Shades of Link Water #CCCED2
Tints of Link Water #CCCED2
RGB
CMYK
RGB Variations
Color information
#CCCED2 (or 0xCCCED2) is known color: Link Water. HEX triplet: CC, CE and D2. RGB value is (204,206,210). Sum of RGB (Red+Green+Blue) = 204+206+210=620 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.90% from 620); Green value is 206 (80.86% from 255 or 33.23% from 620); Blue value is 210 (82.42% from 255 or 33.87% from 620); Max value from RGB is 210 - color contains mainly: blue. Hex color #CCCED2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCCED2 is #33312D. Grayscale: #CDCDCD. Windows color (decimal): -3354926 or 13815500. OLE color: 13815500.
HSL color Cylindrical-coordinate representation of color #CCCED2: hue angle of 220º degrees, saturation: 0.06, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #CCCED2 is Cyan = 0.03, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 204 | 206 | 210 | - |
| CMYK | 0.03 | 0.02 | 0 | 0.18 |
| HSL | 220º | 0.06% | 0.81% | - |
| HSV(B) | 220º | 0.03% | 0.82% | - |
| XYZ | 58.61 | 61.63 | 69.78 | - |
| YUV | 205.86 | 130.34 | 126.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 206 | 210 | 0.03 | 0.02 | 0 | 0.18 | 220 | 0.06 | 0.81 |
| Hex | CC | CE | D2 | 3 | 2 | 0 | 12 | DC | 6 | 51 |
| Octal | 314 | 316 | 322 | 3 | 2 | 0 | 22 | 334 | 6 | 121 |
| Binary | 11001100 | 11001110 | 11010010 | 11 | 10 | 0 | 10010 | 11011100 | 110 | 1010001 |
Color Harmonies of #CCCED2
Complementary color
Monochromatic Colors of #CCCED2
Black with #CCCED2
Text Example
Text Example
White with #CCCED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCED2; }
p { color: rgb(204,206,210); }
H1.HeaderClassName
{
color: #CCCED2;
}
.AnyTagClassName
{
color: #CCCED2;
}
</style>
background-color css
<style>
a { background-color: #CCCED2; }
a { background-color: rgb(204,206,210); }
div.DivClassName
{
background-color: #CCCED2;
}
.BgClassName
{
background-color: #CCCED2;
}
</style>
border-color css
<style>
span { border-color: #CCCED2; }
span { border-color: rgb(204,206,210); }
td.TdClassName
{
border-color: #CCCED2;
}
.TagClassName
{
border-color: #CCCED2;
}
</style>