Shades of Link Water #CBCED0
Tints of Link Water #CBCED0
RGB
CMYK
RGB Variations
Color information
#CBCED0 (or 0xCBCED0) is known color: Link Water. HEX triplet: CB, CE and D0. RGB value is (203,206,208). Sum of RGB (Red+Green+Blue) = 203+206+208=617 (81% of max value = 765). Red value is 203 (79.69% from 255 or 32.90% from 617); Green value is 206 (80.86% from 255 or 33.39% from 617); Blue value is 208 (81.64% from 255 or 33.71% from 617); Max value from RGB is 208 - color contains mainly: blue. Hex color #CBCED0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBCED0 is #34312F. Grayscale: #CDCDCD. Windows color (decimal): -3420464 or 13684427. OLE color: 13684427.
HSL color Cylindrical-coordinate representation of color #CBCED0: hue angle of 204º degrees, saturation: 0.05, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #CBCED0 is Cyan = 0.02, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
RGB | 203 | 206 | 208 | - |
CMYK | 0.02 | 0.01 | 0 | 0.18 |
HSL | 204º | 0.05% | 0.81% | - |
HSV(B) | 204º | 0.02% | 0.82% | - |
XYZ | 58.09 | 61.39 | 68.46 | - |
YUV | 205.33 | 129.51 | 126.34 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 203 | 206 | 208 | 0.02 | 0.01 | 0 | 0.18 | 204 | 0.05 | 0.81 |
Hex | CB | CE | D0 | 2 | 1 | 0 | 12 | CC | 5 | 51 |
Octal | 313 | 316 | 320 | 2 | 1 | 0 | 22 | 314 | 5 | 121 |
Binary | 11001011 | 11001110 | 11010000 | 10 | 1 | 0 | 10010 | 11001100 | 101 | 1010001 |
Color Harmonies of #CBCED0
Complementary color
Monochromatic Colors of #CBCED0
Black with #CBCED0
Text Example
Text Example
White with #CBCED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBCED0; }
p { color: rgb(203,206,208); }
H1.HeaderClassName
{
color: #CBCED0;
}
.AnyTagClassName
{
color: #CBCED0;
}
</style>
background-color css
<style>
a { background-color: #CBCED0; }
a { background-color: rgb(203,206,208); }
div.DivClassName
{
background-color: #CBCED0;
}
.BgClassName
{
background-color: #CBCED0;
}
</style>
border-color css
<style>
span { border-color: #CBCED0; }
span { border-color: rgb(203,206,208); }
td.TdClassName
{
border-color: #CBCED0;
}
.TagClassName
{
border-color: #CBCED0;
}
</style>