Shades of Link Water #CCCDCE
Tints of Link Water #CCCDCE
RGB
CMYK
RGB Variations
Color information
#CCCDCE (or 0xCCCDCE) is known color: Link Water. HEX triplet: CC, CD and CE. RGB value is (204,205,206). Sum of RGB (Red+Green+Blue) = 204+205+206=615 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.17% from 615); Green value is 205 (80.47% from 255 or 33.33% from 615); Blue value is 206 (80.86% from 255 or 33.50% from 615); Max value from RGB is 206 - color contains mainly: blue. Hex color #CCCDCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCCDCE is #333231. Grayscale: #CCCCCC. Windows color (decimal): -3355186 or 13553100. OLE color: 13553100.
HSL color Cylindrical-coordinate representation of color #CCCDCE: hue angle of 210º degrees, saturation: 0.02, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #CCCDCE is Cyan = 0.01, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
RGB | 204 | 205 | 206 | - |
CMYK | 0.01 | 0.00 | 0 | 0.19 |
HSL | 210º | 0.02% | 0.8% | - |
HSV(B) | 210º | 0.01% | 0.81% | - |
XYZ | 57.87 | 60.96 | 67.11 | - |
YUV | 204.82 | 128.67 | 127.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 205 | 206 | 0.01 | 0.00 | 0 | 0.19 | 210 | 0.02 | 0.8 |
Hex | CC | CD | CE | 1 | 0 | 0 | 13 | D2 | 2 | 50 |
Octal | 314 | 315 | 316 | 1 | 0 | 0 | 23 | 322 | 2 | 120 |
Binary | 11001100 | 11001101 | 11001110 | 1 | 0 | 0 | 10011 | 11010010 | 10 | 1010000 |
Color Harmonies of #CCCDCE
Complementary color
Monochromatic Colors of #CCCDCE
Black with #CCCDCE
Text Example
Text Example
White with #CCCDCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCDCE; }
p { color: rgb(204,205,206); }
H1.HeaderClassName
{
color: #CCCDCE;
}
.AnyTagClassName
{
color: #CCCDCE;
}
</style>
background-color css
<style>
a { background-color: #CCCDCE; }
a { background-color: rgb(204,205,206); }
div.DivClassName
{
background-color: #CCCDCE;
}
.BgClassName
{
background-color: #CCCDCE;
}
</style>
border-color css
<style>
span { border-color: #CCCDCE; }
span { border-color: rgb(204,205,206); }
td.TdClassName
{
border-color: #CCCDCE;
}
.TagClassName
{
border-color: #CCCDCE;
}
</style>