Shades of Link Water #CBCCD2
Tints of Link Water #CBCCD2
RGB
CMYK
RGB Variations
Color information
#CBCCD2 (or 0xCBCCD2) is known color: Link Water. HEX triplet: CB, CC and D2. RGB value is (203,204,210). Sum of RGB (Red+Green+Blue) = 203+204+210=617 (81% of max value = 765). Red value is 203 (79.69% from 255 or 32.90% from 617); Green value is 204 (80.08% from 255 or 33.06% from 617); Blue value is 210 (82.42% from 255 or 34.04% from 617); Max value from RGB is 210 - color contains mainly: blue. Hex color #CBCCD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBCCD2 is #34332D. Grayscale: #CCCCCC. Windows color (decimal): -3420974 or 13814987. OLE color: 13814987.
HSL color Cylindrical-coordinate representation of color #CBCCD2: hue angle of 231.43º degrees, saturation: 0.07, 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 #CBCCD2 is Cyan = 0.03, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
RGB | 203 | 204 | 210 | - |
CMYK | 0.03 | 0.03 | 0 | 0.18 |
HSL | 231.43º | 0.07% | 0.81% | - |
HSV(B) | 231.43º | 0.03% | 0.82% | - |
XYZ | 57.85 | 60.54 | 69.61 | - |
YUV | 204.39 | 131.17 | 127.01 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 203 | 204 | 210 | 0.03 | 0.03 | 0 | 0.18 | 231.43 | 0.07 | 0.81 |
Hex | CB | CC | D2 | 3 | 3 | 0 | 12 | E7 | 7 | 51 |
Octal | 313 | 314 | 322 | 3 | 3 | 0 | 22 | 347 | 7 | 121 |
Binary | 11001011 | 11001100 | 11010010 | 11 | 11 | 0 | 10010 | 11100111 | 111 | 1010001 |
Color Harmonies of #CBCCD2
Complementary color
Monochromatic Colors of #CBCCD2
Black with #CBCCD2
Text Example
Text Example
White with #CBCCD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBCCD2; }
p { color: rgb(203,204,210); }
H1.HeaderClassName
{
color: #CBCCD2;
}
.AnyTagClassName
{
color: #CBCCD2;
}
</style>
background-color css
<style>
a { background-color: #CBCCD2; }
a { background-color: rgb(203,204,210); }
div.DivClassName
{
background-color: #CBCCD2;
}
.BgClassName
{
background-color: #CBCCD2;
}
</style>
border-color css
<style>
span { border-color: #CBCCD2; }
span { border-color: rgb(203,204,210); }
td.TdClassName
{
border-color: #CBCCD2;
}
.TagClassName
{
border-color: #CBCCD2;
}
</style>