Shades of Link Water #CBD0DC
Tints of Link Water #CBD0DC
RGB
CMYK
RGB Variations
Color information
#CBD0DC (or 0xCBD0DC) is known color: Link Water. HEX triplet: CB, D0 and DC. RGB value is (203,208,220). Sum of RGB (Red+Green+Blue) = 203+208+220=631 (83% of max value = 765). Red value is 203 (79.69% from 255 or 32.17% from 631); Green value is 208 (81.64% from 255 or 32.96% from 631); Blue value is 220 (86.33% from 255 or 34.87% from 631); Max value from RGB is 220 - color contains mainly: blue. Hex color #CBD0DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBD0DC is #342F23. Grayscale: #CFCFCF. Windows color (decimal): -3419940 or 14471371. OLE color: 14471371.
HSL color Cylindrical-coordinate representation of color #CBD0DC: hue angle of 222.35º degrees, saturation: 0.2, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CBD0DC is Cyan = 0.08, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 203 | 208 | 220 | - |
| CMYK | 0.08 | 0.05 | 0 | 0.14 |
| HSL | 222.35º | 0.2% | 0.83% | - |
| HSV(B) | 222.35º | 0.08% | 0.86% | - |
| XYZ | 60.1 | 62.98 | 76.7 | - |
| YUV | 207.87 | 134.84 | 124.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 208 | 220 | 0.08 | 0.05 | 0 | 0.14 | 222.35 | 0.2 | 0.83 |
| Hex | CB | D0 | DC | 8 | 5 | 0 | E | DE | 14 | 53 |
| Octal | 313 | 320 | 334 | 10 | 5 | 0 | 16 | 336 | 24 | 123 |
| Binary | 11001011 | 11010000 | 11011100 | 1000 | 101 | 0 | 1110 | 11011110 | 10100 | 1010011 |
Color Harmonies of #CBD0DC
Complementary color
Monochromatic Colors of #CBD0DC
Black with #CBD0DC
Text Example
Text Example
White with #CBD0DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBD0DC; }
p { color: rgb(203,208,220); }
H1.HeaderClassName
{
color: #CBD0DC;
}
.AnyTagClassName
{
color: #CBD0DC;
}
</style>
background-color css
<style>
a { background-color: #CBD0DC; }
a { background-color: rgb(203,208,220); }
div.DivClassName
{
background-color: #CBD0DC;
}
.BgClassName
{
background-color: #CBD0DC;
}
</style>
border-color css
<style>
span { border-color: #CBD0DC; }
span { border-color: rgb(203,208,220); }
td.TdClassName
{
border-color: #CBD0DC;
}
.TagClassName
{
border-color: #CBD0DC;
}
</style>