Shades of Link Water #CCD1DF
Tints of Link Water #CCD1DF
RGB
CMYK
RGB Variations
Color information
#CCD1DF (or 0xCCD1DF) is known color: Link Water. HEX triplet: CC, D1 and DF. RGB value is (204,209,223). Sum of RGB (Red+Green+Blue) = 204+209+223=636 (84% of max value = 765). Red value is 204 (80.08% from 255 or 32.08% from 636); Green value is 209 (82.03% from 255 or 32.86% from 636); Blue value is 223 (87.5% from 255 or 35.06% from 636); Max value from RGB is 223 - color contains mainly: blue. Hex color #CCD1DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCD1DF is #332E20. Grayscale: #D1D1D1. Windows color (decimal): -3354145 or 14668236. OLE color: 14668236.
HSL color Cylindrical-coordinate representation of color #CCD1DF: hue angle of 224.21º degrees, saturation: 0.23, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CCD1DF is Cyan = 0.09, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 204 | 209 | 223 | - |
CMYK | 0.09 | 0.06 | 0 | 0.13 |
HSL | 224.21º | 0.23% | 0.84% | - |
HSV(B) | 224.21º | 0.09% | 0.87% | - |
XYZ | 61.02 | 63.77 | 78.9 | - |
YUV | 209.1 | 135.84 | 124.36 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 209 | 223 | 0.09 | 0.06 | 0 | 0.13 | 224.21 | 0.23 | 0.84 |
Hex | CC | D1 | DF | 9 | 6 | 0 | D | E0 | 17 | 54 |
Octal | 314 | 321 | 337 | 11 | 6 | 0 | 15 | 340 | 27 | 124 |
Binary | 11001100 | 11010001 | 11011111 | 1001 | 110 | 0 | 1101 | 11100000 | 10111 | 1010100 |
Color Harmonies of #CCD1DF
Complementary color
Monochromatic Colors of #CCD1DF
Black with #CCD1DF
Text Example
Text Example
White with #CCD1DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD1DF; }
p { color: rgb(204,209,223); }
H1.HeaderClassName
{
color: #CCD1DF;
}
.AnyTagClassName
{
color: #CCD1DF;
}
</style>
background-color css
<style>
a { background-color: #CCD1DF; }
a { background-color: rgb(204,209,223); }
div.DivClassName
{
background-color: #CCD1DF;
}
.BgClassName
{
background-color: #CCD1DF;
}
</style>
border-color css
<style>
span { border-color: #CCD1DF; }
span { border-color: rgb(204,209,223); }
td.TdClassName
{
border-color: #CCD1DF;
}
.TagClassName
{
border-color: #CCD1DF;
}
</style>