Color spaces of #ceddd5
RGB | 206 | 221 | 213 |
---|---|---|---|
HSL | 0.41 | 0.18 | 0.84 |
HSV | 148° | 7° | 87° |
CMYK | 0.07 | 0.00 | 0.04 0.13 |
XYZ | 63.3203 | 69.6388 | 73.0551 |
Yxy | 69.6388 | 0.3074 | 0.3380 |
Hunter Lab | 83.4499 | -10.5946 | 6.5102 |
CIE-Lab | 86.8194 | -6.4988 | 2.1853 |
#ceddd5 color RGB value is (206,221,213).
#ceddd5 hex color red value is 206, green value is 221 and the blue value of its RGB is 213. Cylindrical-coordinate representations (also known as HSL) of color #ceddd5 hue: 0.41 , saturation: 0.18 and the lightness value of ceddd5 is 0.84.
The process color (four color CMYK) of #ceddd5 color hex is 0.07, 0.00, 0.04, 0.13. Web safe color of #ceddd5 is #cccccc. Color #ceddd5 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001110 | 11011101 | 11010101 |
Octal | 316 | 335 | 325 |
Decimal | 206 | 221 | 213 |
Hex | CE | DD | D5 |
Shades of #ceddd5
Tints of #ceddd5
RGB Percentages of Color #ceddd5
CMYK Percentages of Color #ceddd5
Complementary Color
#ceddd5 | #ddced6 |
#ceddd5 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ceddd5 Color Preview on White Background
Lorem ipsum dolor sit amet.
#ceddd5 Color CSS Codes
.mybgcolor {background-color:#ceddd5; } .myforecolor {color:#ceddd5; } .mybordercolor {border:3px solid #ceddd5; }
#ceddd5 Text Font Color
<p style="color:#ceddd5">Text here</p>
This sample text font color is #ceddd5
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
#ceddd5 Background Color
<div style="background-color:#ceddd5">
Div content here</div>
This div background color is #ceddd5
#ceddd5 Border Color
<div style="border:3px solid #ceddd5">
Div here</div>
This div border color is #ceddd5
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(206,221,213, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ceddd5; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ceddd5; -webkit-box-shadow: 1px 1px 3px 2px #ceddd5; box-shadow: 1px 1px 3px 2px #ceddd5; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(206,221,213, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ceddd5">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ceddd5; -webkit-box-shadow: 1px 1px 3px 2px #ceddd5; box-shadow: 1px 1px 3px 2px #ceddd5;">
Div content here</div>
This div box has shadow with color #ceddd5
Comments
No comments written yet.
Please login to write comment.