Shades of Link Water #CBCCD1
Tints of Link Water #CBCCD1
RGB
CMYK
RGB Variations
Color information
#CBCCD1 (or 0xCBCCD1) is known color: Link Water. HEX triplet: CB, CC and D1. RGB value is (203,204,209). Sum of RGB (Red+Green+Blue) = 203+204+209=616 (81% of max value = 765). Red value is 203 (79.69% from 255 or 32.95% from 616); Green value is 204 (80.08% from 255 or 33.12% from 616); Blue value is 209 (82.03% from 255 or 33.93% from 616); Max value from RGB is 209 - color contains mainly: blue. Hex color #CBCCD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBCCD1 is #34332E. Grayscale: #CCCCCC. Windows color (decimal): -3420975 or 13749451. OLE color: 13749451.
HSL color Cylindrical-coordinate representation of color #CBCCD1: hue angle of 230º 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 #CBCCD1 is Cyan = 0.03, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 203 | 204 | 209 | - |
| CMYK | 0.03 | 0.02 | 0 | 0.18 |
| HSL | 230º | 0.06% | 0.81% | - |
| HSV(B) | 230º | 0.03% | 0.82% | - |
| XYZ | 57.73 | 60.49 | 68.95 | - |
| YUV | 204.27 | 130.67 | 127.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 204 | 209 | 0.03 | 0.02 | 0 | 0.18 | 230 | 0.06 | 0.81 |
| Hex | CB | CC | D1 | 3 | 2 | 0 | 12 | E6 | 6 | 51 |
| Octal | 313 | 314 | 321 | 3 | 2 | 0 | 22 | 346 | 6 | 121 |
| Binary | 11001011 | 11001100 | 11010001 | 11 | 10 | 0 | 10010 | 11100110 | 110 | 1010001 |
Color Harmonies of #CBCCD1
Complementary color
Monochromatic Colors of #CBCCD1
Black with #CBCCD1
Text Example
Text Example
White with #CBCCD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBCCD1; }
p { color: rgb(203,204,209); }
H1.HeaderClassName
{
color: #CBCCD1;
}
.AnyTagClassName
{
color: #CBCCD1;
}
</style>
background-color css
<style>
a { background-color: #CBCCD1; }
a { background-color: rgb(203,204,209); }
div.DivClassName
{
background-color: #CBCCD1;
}
.BgClassName
{
background-color: #CBCCD1;
}
</style>
border-color css
<style>
span { border-color: #CBCCD1; }
span { border-color: rgb(203,204,209); }
td.TdClassName
{
border-color: #CBCCD1;
}
.TagClassName
{
border-color: #CBCCD1;
}
</style>