Shades of Link Water #CBCCCE
Tints of Link Water #CBCCCE
RGB
CMYK
RGB Variations
Color information
#CBCCCE (or 0xCBCCCE) is known color: Link Water. HEX triplet: CB, CC and CE. RGB value is (203,204,206). Sum of RGB (Red+Green+Blue) = 203+204+206=613 (81% of max value = 765). Red value is 203 (79.69% from 255 or 33.12% from 613); Green value is 204 (80.08% from 255 or 33.28% from 613); Blue value is 206 (80.86% from 255 or 33.61% from 613); Max value from RGB is 206 - color contains mainly: blue. Hex color #CBCCCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBCCCE is #343331. Grayscale: #CBCBCB. Windows color (decimal): -3420978 or 13552843. OLE color: 13552843.
HSL color Cylindrical-coordinate representation of color #CBCCCE: hue angle of 220º degrees, saturation: 0.03, 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 #CBCCCE is Cyan = 0.01, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 203 | 204 | 206 | - |
| CMYK | 0.01 | 0.01 | 0 | 0.19 |
| HSL | 220º | 0.03% | 0.8% | - |
| HSV(B) | 220º | 0.01% | 0.81% | - |
| XYZ | 57.36 | 60.34 | 67.02 | - |
| YUV | 203.93 | 129.17 | 127.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 204 | 206 | 0.01 | 0.01 | 0 | 0.19 | 220 | 0.03 | 0.8 |
| Hex | CB | CC | CE | 1 | 1 | 0 | 13 | DC | 3 | 50 |
| Octal | 313 | 314 | 316 | 1 | 1 | 0 | 23 | 334 | 3 | 120 |
| Binary | 11001011 | 11001100 | 11001110 | 1 | 1 | 0 | 10011 | 11011100 | 11 | 1010000 |
Color Harmonies of #CBCCCE
Complementary color
Monochromatic Colors of #CBCCCE
Black with #CBCCCE
Text Example
Text Example
White with #CBCCCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBCCCE; }
p { color: rgb(203,204,206); }
H1.HeaderClassName
{
color: #CBCCCE;
}
.AnyTagClassName
{
color: #CBCCCE;
}
</style>
background-color css
<style>
a { background-color: #CBCCCE; }
a { background-color: rgb(203,204,206); }
div.DivClassName
{
background-color: #CBCCCE;
}
.BgClassName
{
background-color: #CBCCCE;
}
</style>
border-color css
<style>
span { border-color: #CBCCCE; }
span { border-color: rgb(203,204,206); }
td.TdClassName
{
border-color: #CBCCCE;
}
.TagClassName
{
border-color: #CBCCCE;
}
</style>