Shades of Link Water #CCD2D5
Tints of Link Water #CCD2D5
RGB
CMYK
RGB Variations
Color information
#CCD2D5 (or 0xCCD2D5) is known color: Link Water. HEX triplet: CC, D2 and D5. RGB value is (204,210,213). Sum of RGB (Red+Green+Blue) = 204+210+213=627 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.54% from 627); Green value is 210 (82.42% from 255 or 33.49% from 627); Blue value is 213 (83.59% from 255 or 33.97% from 627); Max value from RGB is 213 - color contains mainly: blue. Hex color #CCD2D5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCD2D5 is #332D2A. Grayscale: #D0D0D0. Windows color (decimal): -3353899 or 14013132. OLE color: 14013132.
HSL color Cylindrical-coordinate representation of color #CCD2D5: hue angle of 200º degrees, saturation: 0.1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #CCD2D5 is Cyan = 0.04, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
RGB | 204 | 210 | 213 | - |
CMYK | 0.04 | 0.01 | 0 | 0.16 |
HSL | 200º | 0.1% | 0.82% | - |
HSV(B) | 200º | 0.04% | 0.84% | - |
XYZ | 59.96 | 63.73 | 72.09 | - |
YUV | 208.55 | 130.51 | 124.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 210 | 213 | 0.04 | 0.01 | 0 | 0.16 | 200 | 0.1 | 0.82 |
Hex | CC | D2 | D5 | 4 | 1 | 0 | 10 | C8 | A | 52 |
Octal | 314 | 322 | 325 | 4 | 1 | 0 | 20 | 310 | 12 | 122 |
Binary | 11001100 | 11010010 | 11010101 | 100 | 1 | 0 | 10000 | 11001000 | 1010 | 1010010 |
Color Harmonies of #CCD2D5
Complementary color
Monochromatic Colors of #CCD2D5
Black with #CCD2D5
Text Example
Text Example
White with #CCD2D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD2D5; }
p { color: rgb(204,210,213); }
H1.HeaderClassName
{
color: #CCD2D5;
}
.AnyTagClassName
{
color: #CCD2D5;
}
</style>
background-color css
<style>
a { background-color: #CCD2D5; }
a { background-color: rgb(204,210,213); }
div.DivClassName
{
background-color: #CCD2D5;
}
.BgClassName
{
background-color: #CCD2D5;
}
</style>
border-color css
<style>
span { border-color: #CCD2D5; }
span { border-color: rgb(204,210,213); }
td.TdClassName
{
border-color: #CCD2D5;
}
.TagClassName
{
border-color: #CCD2D5;
}
</style>