Color spaces of #ceded1
RGB | 206 | 222 | 209 |
---|---|---|---|
HSL | 0.36 | 0.20 | 0.84 |
HSV | 131° | 7° | 87° |
CMYK | 0.07 | 0.00 | 0.06 0.13 |
XYZ | 63.0835 | 69.9678 | 70.5019 |
Yxy | 69.9678 | 0.3099 | 0.3437 |
Hunter Lab | 83.6468 | -11.7633 | 8.5800 |
CIE-Lab | 86.9811 | -7.7407 | 4.5280 |
#ceded1 color RGB value is (206,222,209).
#ceded1 hex color red value is 206, green value is 222 and the blue value of its RGB is 209. Cylindrical-coordinate representations (also known as HSL) of color #ceded1 hue: 0.36 , saturation: 0.20 and the lightness value of ceded1 is 0.84.
The process color (four color CMYK) of #ceded1 color hex is 0.07, 0.00, 0.06, 0.13. Web safe color of #ceded1 is #cccccc. Color #ceded1 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001110 | 11011110 | 11010001 |
Octal | 316 | 336 | 321 |
Decimal | 206 | 222 | 209 |
Hex | CE | DE | D1 |
Shades of #ceded1
Tints of #ceded1
RGB Percentages of Color #ceded1
CMYK Percentages of Color #ceded1
Complementary Color
#ceded1 | #decedb |
#ceded1 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ceded1 Color Preview on White Background
Lorem ipsum dolor sit amet.
#ceded1 Color CSS Codes
.mybgcolor {background-color:#ceded1; } .myforecolor {color:#ceded1; } .mybordercolor {border:3px solid #ceded1; }
#ceded1 Text Font Color
<p style="color:#ceded1">Text here</p>
This sample text font color is #ceded1
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.
#ceded1 Background Color
<div style="background-color:#ceded1">
Div content here</div>
This div background color is #ceded1
#ceded1 Border Color
<div style="border:3px solid #ceded1">
Div here</div>
This div border color is #ceded1
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(206,222,209, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ceded1; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ceded1; -webkit-box-shadow: 1px 1px 3px 2px #ceded1; box-shadow: 1px 1px 3px 2px #ceded1; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(206,222,209, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ceded1">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ceded1; -webkit-box-shadow: 1px 1px 3px 2px #ceded1; box-shadow: 1px 1px 3px 2px #ceded1;">
Div content here</div>
This div box has shadow with color #ceded1
Comments
No comments written yet.
Please login to write comment.