Shades of Link Water #CBCED2
Tints of Link Water #CBCED2
RGB
CMYK
RGB Variations
Color information
#CBCED2 (or 0xCBCED2) is known color: Link Water. HEX triplet: CB, CE and D2. RGB value is (203,206,210). Sum of RGB (Red+Green+Blue) = 203+206+210=619 (81% of max value = 765). Red value is 203 (79.69% from 255 or 32.79% from 619); Green value is 206 (80.86% from 255 or 33.28% from 619); Blue value is 210 (82.42% from 255 or 33.93% from 619); Max value from RGB is 210 - color contains mainly: blue. Hex color #CBCED2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBCED2 is #34312D. Grayscale: #CDCDCD. Windows color (decimal): -3420462 or 13815499. OLE color: 13815499.
HSL color Cylindrical-coordinate representation of color #CBCED2: hue angle of 214.29º 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 #CBCED2 is Cyan = 0.03, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
RGB | 203 | 206 | 210 | - |
CMYK | 0.03 | 0.02 | 0 | 0.18 |
HSL | 214.29º | 0.07% | 0.81% | - |
HSV(B) | 214.29º | 0.03% | 0.82% | - |
XYZ | 58.33 | 61.49 | 69.77 | - |
YUV | 205.56 | 130.51 | 126.17 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 203 | 206 | 210 | 0.03 | 0.02 | 0 | 0.18 | 214.29 | 0.07 | 0.81 |
Hex | CB | CE | D2 | 3 | 2 | 0 | 12 | D6 | 7 | 51 |
Octal | 313 | 316 | 322 | 3 | 2 | 0 | 22 | 326 | 7 | 121 |
Binary | 11001011 | 11001110 | 11010010 | 11 | 10 | 0 | 10010 | 11010110 | 111 | 1010001 |
Color Harmonies of #CBCED2
Complementary color
Monochromatic Colors of #CBCED2
Black with #CBCED2
Text Example
Text Example
White with #CBCED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBCED2; }
p { color: rgb(203,206,210); }
H1.HeaderClassName
{
color: #CBCED2;
}
.AnyTagClassName
{
color: #CBCED2;
}
</style>
background-color css
<style>
a { background-color: #CBCED2; }
a { background-color: rgb(203,206,210); }
div.DivClassName
{
background-color: #CBCED2;
}
.BgClassName
{
background-color: #CBCED2;
}
</style>
border-color css
<style>
span { border-color: #CBCED2; }
span { border-color: rgb(203,206,210); }
td.TdClassName
{
border-color: #CBCED2;
}
.TagClassName
{
border-color: #CBCED2;
}
</style>