Shades of Link Water #CBCED3
Tints of Link Water #CBCED3
RGB
CMYK
RGB Variations
Color information
#CBCED3 (or 0xCBCED3) is known color: Link Water. HEX triplet: CB, CE and D3. RGB value is (203,206,211). Sum of RGB (Red+Green+Blue) = 203+206+211=620 (82% of max value = 765). Red value is 203 (79.69% from 255 or 32.74% from 620); Green value is 206 (80.86% from 255 or 33.23% from 620); Blue value is 211 (82.81% from 255 or 34.03% from 620); Max value from RGB is 211 - color contains mainly: blue. Hex color #CBCED3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBCED3 is #34312C. Grayscale: #CDCDCD. Windows color (decimal): -3420461 or 13881035. OLE color: 13881035.
HSL color Cylindrical-coordinate representation of color #CBCED3: hue angle of 217.5º degrees, saturation: 0.08, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #CBCED3 is Cyan = 0.04, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 203 | 206 | 211 | - |
| CMYK | 0.04 | 0.02 | 0 | 0.17 |
| HSL | 217.5º | 0.08% | 0.81% | - |
| HSV(B) | 217.5º | 0.04% | 0.83% | - |
| XYZ | 58.46 | 61.54 | 70.43 | - |
| YUV | 205.67 | 131.01 | 126.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 206 | 211 | 0.04 | 0.02 | 0 | 0.17 | 217.5 | 0.08 | 0.81 |
| Hex | CB | CE | D3 | 4 | 2 | 0 | 11 | DA | 8 | 51 |
| Octal | 313 | 316 | 323 | 4 | 2 | 0 | 21 | 332 | 10 | 121 |
| Binary | 11001011 | 11001110 | 11010011 | 100 | 10 | 0 | 10001 | 11011010 | 1000 | 1010001 |
Color Harmonies of #CBCED3
Complementary color
Monochromatic Colors of #CBCED3
Black with #CBCED3
Text Example
Text Example
White with #CBCED3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBCED3; }
p { color: rgb(203,206,211); }
H1.HeaderClassName
{
color: #CBCED3;
}
.AnyTagClassName
{
color: #CBCED3;
}
</style>
background-color css
<style>
a { background-color: #CBCED3; }
a { background-color: rgb(203,206,211); }
div.DivClassName
{
background-color: #CBCED3;
}
.BgClassName
{
background-color: #CBCED3;
}
</style>
border-color css
<style>
span { border-color: #CBCED3; }
span { border-color: rgb(203,206,211); }
td.TdClassName
{
border-color: #CBCED3;
}
.TagClassName
{
border-color: #CBCED3;
}
</style>