Shades of Link Water #CBD0D9
Tints of Link Water #CBD0D9
RGB
CMYK
RGB Variations
Color information
#CBD0D9 (or 0xCBD0D9) is known color: Link Water. HEX triplet: CB, D0 and D9. RGB value is (203,208,217). Sum of RGB (Red+Green+Blue) = 203+208+217=628 (83% of max value = 765). Red value is 203 (79.69% from 255 or 32.32% from 628); Green value is 208 (81.64% from 255 or 33.12% from 628); Blue value is 217 (85.16% from 255 or 34.55% from 628); Max value from RGB is 217 - color contains mainly: blue. Hex color #CBD0D9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBD0D9 is #342F26. Grayscale: #CFCFCF. Windows color (decimal): -3419943 or 14274763. OLE color: 14274763.
HSL color Cylindrical-coordinate representation of color #CBD0D9: hue angle of 218.57º degrees, saturation: 0.16, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #CBD0D9 is Cyan = 0.06, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 203 | 208 | 217 | - |
| CMYK | 0.06 | 0.04 | 0 | 0.15 |
| HSL | 218.57º | 0.16% | 0.82% | - |
| HSV(B) | 218.57º | 0.06% | 0.85% | - |
| XYZ | 59.71 | 62.82 | 74.62 | - |
| YUV | 207.53 | 133.34 | 124.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 208 | 217 | 0.06 | 0.04 | 0 | 0.15 | 218.57 | 0.16 | 0.82 |
| Hex | CB | D0 | D9 | 6 | 4 | 0 | F | DB | 10 | 52 |
| Octal | 313 | 320 | 331 | 6 | 4 | 0 | 17 | 333 | 20 | 122 |
| Binary | 11001011 | 11010000 | 11011001 | 110 | 100 | 0 | 1111 | 11011011 | 10000 | 1010010 |
Color Harmonies of #CBD0D9
Complementary color
Monochromatic Colors of #CBD0D9
Black with #CBD0D9
Text Example
Text Example
White with #CBD0D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBD0D9; }
p { color: rgb(203,208,217); }
H1.HeaderClassName
{
color: #CBD0D9;
}
.AnyTagClassName
{
color: #CBD0D9;
}
</style>
background-color css
<style>
a { background-color: #CBD0D9; }
a { background-color: rgb(203,208,217); }
div.DivClassName
{
background-color: #CBD0D9;
}
.BgClassName
{
background-color: #CBD0D9;
}
</style>
border-color css
<style>
span { border-color: #CBD0D9; }
span { border-color: rgb(203,208,217); }
td.TdClassName
{
border-color: #CBD0D9;
}
.TagClassName
{
border-color: #CBD0D9;
}
</style>