Shades of Link Water #CCD5DF
Tints of Link Water #CCD5DF
RGB
CMYK
RGB Variations
Color information
#CCD5DF (or 0xCCD5DF) is known color: Link Water. HEX triplet: CC, D5 and DF. RGB value is (204,213,223). Sum of RGB (Red+Green+Blue) = 204+213+223=640 (84% of max value = 765). Red value is 204 (80.08% from 255 or 31.88% from 640); Green value is 213 (83.59% from 255 or 33.28% from 640); Blue value is 223 (87.5% from 255 or 34.84% from 640); Max value from RGB is 223 - color contains mainly: blue. Hex color #CCD5DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCD5DF is #332A20. Grayscale: #D3D3D3. Windows color (decimal): -3353121 or 14669260. OLE color: 14669260.
HSL color Cylindrical-coordinate representation of color #CCD5DF: hue angle of 211.58º 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 #CCD5DF is Cyan = 0.09, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 204 | 213 | 223 | - |
CMYK | 0.09 | 0.04 | 0 | 0.13 |
HSL | 211.58º | 0.23% | 0.84% | - |
HSV(B) | 211.58º | 0.09% | 0.87% | - |
XYZ | 62.02 | 65.75 | 79.24 | - |
YUV | 211.45 | 134.52 | 122.69 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 213 | 223 | 0.09 | 0.04 | 0 | 0.13 | 211.58 | 0.23 | 0.84 |
Hex | CC | D5 | DF | 9 | 4 | 0 | D | D4 | 17 | 54 |
Octal | 314 | 325 | 337 | 11 | 4 | 0 | 15 | 324 | 27 | 124 |
Binary | 11001100 | 11010101 | 11011111 | 1001 | 100 | 0 | 1101 | 11010100 | 10111 | 1010100 |
Color Harmonies of #CCD5DF
Complementary color
Monochromatic Colors of #CCD5DF
Black with #CCD5DF
Text Example
Text Example
White with #CCD5DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD5DF; }
p { color: rgb(204,213,223); }
H1.HeaderClassName
{
color: #CCD5DF;
}
.AnyTagClassName
{
color: #CCD5DF;
}
</style>
background-color css
<style>
a { background-color: #CCD5DF; }
a { background-color: rgb(204,213,223); }
div.DivClassName
{
background-color: #CCD5DF;
}
.BgClassName
{
background-color: #CCD5DF;
}
</style>
border-color css
<style>
span { border-color: #CCD5DF; }
span { border-color: rgb(204,213,223); }
td.TdClassName
{
border-color: #CCD5DF;
}
.TagClassName
{
border-color: #CCD5DF;
}
</style>