Shades of Link Water #CCD0D4
Tints of Link Water #CCD0D4
RGB
CMYK
RGB Variations
Color information
#CCD0D4 (or 0xCCD0D4) is known color: Link Water. HEX triplet: CC, D0 and D4. RGB value is (204,208,212). Sum of RGB (Red+Green+Blue) = 204+208+212=624 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.69% from 624); Green value is 208 (81.64% from 255 or 33.33% from 624); Blue value is 212 (83.20% from 255 or 33.97% from 624); Max value from RGB is 212 - color contains mainly: blue. Hex color #CCD0D4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCD0D4 is #332F2B. Grayscale: #CFCFCF. Windows color (decimal): -3354412 or 13947084. OLE color: 13947084.
HSL color Cylindrical-coordinate representation of color #CCD0D4: hue angle of 210º degrees, saturation: 0.09, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #CCD0D4 is Cyan = 0.04, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
RGB | 204 | 208 | 212 | - |
CMYK | 0.04 | 0.02 | 0 | 0.17 |
HSL | 210º | 0.09% | 0.82% | - |
HSV(B) | 210º | 0.04% | 0.83% | - |
XYZ | 59.34 | 62.7 | 71.26 | - |
YUV | 207.26 | 130.67 | 125.67 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 208 | 212 | 0.04 | 0.02 | 0 | 0.17 | 210 | 0.09 | 0.82 |
Hex | CC | D0 | D4 | 4 | 2 | 0 | 11 | D2 | 9 | 52 |
Octal | 314 | 320 | 324 | 4 | 2 | 0 | 21 | 322 | 11 | 122 |
Binary | 11001100 | 11010000 | 11010100 | 100 | 10 | 0 | 10001 | 11010010 | 1001 | 1010010 |
Color Harmonies of #CCD0D4
Complementary color
Monochromatic Colors of #CCD0D4
Black with #CCD0D4
Text Example
Text Example
White with #CCD0D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD0D4; }
p { color: rgb(204,208,212); }
H1.HeaderClassName
{
color: #CCD0D4;
}
.AnyTagClassName
{
color: #CCD0D4;
}
</style>
background-color css
<style>
a { background-color: #CCD0D4; }
a { background-color: rgb(204,208,212); }
div.DivClassName
{
background-color: #CCD0D4;
}
.BgClassName
{
background-color: #CCD0D4;
}
</style>
border-color css
<style>
span { border-color: #CCD0D4; }
span { border-color: rgb(204,208,212); }
td.TdClassName
{
border-color: #CCD0D4;
}
.TagClassName
{
border-color: #CCD0D4;
}
</style>