Color spaces of #cddfed
RGB | 205 | 223 | 237 |
---|---|---|---|
HSL | 0.57 | 0.47 | 0.87 |
HSV | 206° | 14° | 93° |
CMYK | 0.14 | 0.06 | 0.00 0.07 |
XYZ | 66.8506 | 71.8689 | 90.4694 |
Yxy | 71.8689 | 0.2917 | 0.3136 |
Hunter Lab | 84.7755 | -7.5992 | -3.9293 |
CIE-Lab | 87.9054 | -3.2108 | -8.8755 |
#cddfed color RGB value is (205,223,237).
#cddfed hex color red value is 205, green value is 223 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #cddfed hue: 0.57 , saturation: 0.47 and the lightness value of cddfed is 0.87.
The process color (four color CMYK) of #cddfed color hex is 0.14, 0.06, 0.00, 0.07. Web safe color of #cddfed is #ccccff. Color #cddfed contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001101 | 11011111 | 11101101 |
Octal | 315 | 337 | 355 |
Decimal | 205 | 223 | 237 |
Hex | CD | DF | ED |
Shades of #cddfed
Tints of #cddfed
RGB Percentages of Color #cddfed
CMYK Percentages of Color #cddfed
Complementary Color
#cddfed | #eddbcd |
#cddfed Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cddfed Color Preview on White Background
Lorem ipsum dolor sit amet.
#cddfed Color CSS Codes
.mybgcolor {background-color:#cddfed; } .myforecolor {color:#cddfed; } .mybordercolor {border:3px solid #cddfed; }
#cddfed Text Font Color
<p style="color:#cddfed">Text here</p>
This sample text font color is #cddfed
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.
#cddfed Background Color
<div style="background-color:#cddfed">
Div content here</div>
This div background color is #cddfed
#cddfed Border Color
<div style="border:3px solid #cddfed">
Div here</div>
This div border color is #cddfed
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(205,223,237, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cddfed; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cddfed; -webkit-box-shadow: 1px 1px 3px 2px #cddfed; box-shadow: 1px 1px 3px 2px #cddfed; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(205,223,237, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cddfed">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cddfed; -webkit-box-shadow: 1px 1px 3px 2px #cddfed; box-shadow: 1px 1px 3px 2px #cddfed;">
Div content here</div>
This div box has shadow with color #cddfed
#cddfed Color Palettes
Comments
No comments written yet.
Please login to write comment.