Shades of Link Water #CBCED5
Tints of Link Water #CBCED5
RGB
CMYK
RGB Variations
Color information
#CBCED5 (or 0xCBCED5) is known color: Link Water. HEX triplet: CB, CE and D5. RGB value is (203,206,213). Sum of RGB (Red+Green+Blue) = 203+206+213=622 (82% of max value = 765). Red value is 203 (79.69% from 255 or 32.64% from 622); Green value is 206 (80.86% from 255 or 33.12% from 622); Blue value is 213 (83.59% from 255 or 34.24% from 622); Max value from RGB is 213 - color contains mainly: blue. Hex color #CBCED5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBCED5 is #34312A. Grayscale: #CDCDCD. Windows color (decimal): -3420459 or 14012107. OLE color: 14012107.
HSL color Cylindrical-coordinate representation of color #CBCED5: hue angle of 222º degrees, saturation: 0.11, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #CBCED5 is Cyan = 0.05, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 203 | 206 | 213 | - |
| CMYK | 0.05 | 0.03 | 0 | 0.16 |
| HSL | 222º | 0.11% | 0.82% | - |
| HSV(B) | 222º | 0.05% | 0.84% | - |
| XYZ | 58.71 | 61.64 | 71.75 | - |
| YUV | 205.9 | 132.01 | 125.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 206 | 213 | 0.05 | 0.03 | 0 | 0.16 | 222 | 0.11 | 0.82 |
| Hex | CB | CE | D5 | 5 | 3 | 0 | 10 | DE | B | 52 |
| Octal | 313 | 316 | 325 | 5 | 3 | 0 | 20 | 336 | 13 | 122 |
| Binary | 11001011 | 11001110 | 11010101 | 101 | 11 | 0 | 10000 | 11011110 | 1011 | 1010010 |
Color Harmonies of #CBCED5
Complementary color
Monochromatic Colors of #CBCED5
Black with #CBCED5
Text Example
Text Example
White with #CBCED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBCED5; }
p { color: rgb(203,206,213); }
H1.HeaderClassName
{
color: #CBCED5;
}
.AnyTagClassName
{
color: #CBCED5;
}
</style>
background-color css
<style>
a { background-color: #CBCED5; }
a { background-color: rgb(203,206,213); }
div.DivClassName
{
background-color: #CBCED5;
}
.BgClassName
{
background-color: #CBCED5;
}
</style>
border-color css
<style>
span { border-color: #CBCED5; }
span { border-color: rgb(203,206,213); }
td.TdClassName
{
border-color: #CBCED5;
}
.TagClassName
{
border-color: #CBCED5;
}
</style>