Color spaces of #cedcdf
RGB | 206 | 220 | 223 |
---|---|---|---|
HSL | 0.53 | 0.21 | 0.84 |
HSV | 191° | 8° | 87° |
CMYK | 0.08 | 0.01 | 0.00 0.13 |
XYZ | 64.3661 | 69.6359 | 79.8607 |
Yxy | 69.6359 | 0.3010 | 0.3256 |
Hunter Lab | 83.4481 | -8.3517 | 1.6726 |
CIE-Lab | 86.8180 | -4.1017 | -3.0935 |
#cedcdf color RGB value is (206,220,223).
#cedcdf hex color red value is 206, green value is 220 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #cedcdf hue: 0.53 , saturation: 0.21 and the lightness value of cedcdf is 0.84.
The process color (four color CMYK) of #cedcdf color hex is 0.08, 0.01, 0.00, 0.13. Web safe color of #cedcdf is #cccccc. Color #cedcdf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001110 | 11011100 | 11011111 |
Octal | 316 | 334 | 337 |
Decimal | 206 | 220 | 223 |
Hex | CE | DC | DF |
Shades of #cedcdf
Tints of #cedcdf
RGB Percentages of Color #cedcdf
CMYK Percentages of Color #cedcdf
Complementary Color
#cedcdf | #dfd1ce |
#cedcdf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cedcdf Color Preview on White Background
Lorem ipsum dolor sit amet.
#cedcdf Color CSS Codes
.mybgcolor {background-color:#cedcdf; } .myforecolor {color:#cedcdf; } .mybordercolor {border:3px solid #cedcdf; }
#cedcdf Text Font Color
<p style="color:#cedcdf">Text here</p>
This sample text font color is #cedcdf
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.
#cedcdf Background Color
<div style="background-color:#cedcdf">
Div content here</div>
This div background color is #cedcdf
#cedcdf Border Color
<div style="border:3px solid #cedcdf">
Div here</div>
This div border color is #cedcdf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(206,220,223, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cedcdf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cedcdf; -webkit-box-shadow: 1px 1px 3px 2px #cedcdf; box-shadow: 1px 1px 3px 2px #cedcdf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(206,220,223, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cedcdf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cedcdf; -webkit-box-shadow: 1px 1px 3px 2px #cedcdf; box-shadow: 1px 1px 3px 2px #cedcdf;">
Div content here</div>
This div box has shadow with color #cedcdf
Comments
No comments written yet.
Please login to write comment.