Shades of Link Water #CCD4DB
Tints of Link Water #CCD4DB
RGB
CMYK
RGB Variations
Color information
#CCD4DB (or 0xCCD4DB) is known color: Link Water. HEX triplet: CC, D4 and DB. RGB value is (204,212,219). Sum of RGB (Red+Green+Blue) = 204+212+219=635 (84% of max value = 765). Red value is 204 (80.08% from 255 or 32.13% from 635); Green value is 212 (83.20% from 255 or 33.39% from 635); Blue value is 219 (85.94% from 255 or 34.49% from 635); Max value from RGB is 219 - color contains mainly: blue. Hex color #CCD4DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCD4DB is #332B24. Grayscale: #D2D2D2. Windows color (decimal): -3353381 or 14406860. OLE color: 14406860.
HSL color Cylindrical-coordinate representation of color #CCD4DB: hue angle of 208º degrees, saturation: 0.17, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #CCD4DB is Cyan = 0.07, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 204 | 212 | 219 | - |
CMYK | 0.07 | 0.03 | 0 | 0.14 |
HSL | 208º | 0.17% | 0.83% | - |
HSV(B) | 208º | 0.07% | 0.86% | - |
XYZ | 61.23 | 65.04 | 76.34 | - |
YUV | 210.41 | 132.85 | 123.43 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 212 | 219 | 0.07 | 0.03 | 0 | 0.14 | 208 | 0.17 | 0.83 |
Hex | CC | D4 | DB | 7 | 3 | 0 | E | D0 | 11 | 53 |
Octal | 314 | 324 | 333 | 7 | 3 | 0 | 16 | 320 | 21 | 123 |
Binary | 11001100 | 11010100 | 11011011 | 111 | 11 | 0 | 1110 | 11010000 | 10001 | 1010011 |
Color Harmonies of #CCD4DB
Complementary color
Monochromatic Colors of #CCD4DB
Black with #CCD4DB
Text Example
Text Example
White with #CCD4DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD4DB; }
p { color: rgb(204,212,219); }
H1.HeaderClassName
{
color: #CCD4DB;
}
.AnyTagClassName
{
color: #CCD4DB;
}
</style>
background-color css
<style>
a { background-color: #CCD4DB; }
a { background-color: rgb(204,212,219); }
div.DivClassName
{
background-color: #CCD4DB;
}
.BgClassName
{
background-color: #CCD4DB;
}
</style>
border-color css
<style>
span { border-color: #CCD4DB; }
span { border-color: rgb(204,212,219); }
td.TdClassName
{
border-color: #CCD4DB;
}
.TagClassName
{
border-color: #CCD4DB;
}
</style>