Shades of Link Water #CBD2DB
Tints of Link Water #CBD2DB
RGB
CMYK
RGB Variations
Color information
#CBD2DB (or 0xCBD2DB) is known color: Link Water. HEX triplet: CB, D2 and DB. RGB value is (203,210,219). Sum of RGB (Red+Green+Blue) = 203+210+219=632 (83% of max value = 765). Red value is 203 (79.69% from 255 or 32.12% from 632); Green value is 210 (82.42% from 255 or 33.23% from 632); Blue value is 219 (85.94% from 255 or 34.65% from 632); Max value from RGB is 219 - color contains mainly: blue. Hex color #CBD2DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBD2DB is #342D24. Grayscale: #D0D0D0. Windows color (decimal): -3419429 or 14406347. OLE color: 14406347.
HSL color Cylindrical-coordinate representation of color #CBD2DB: hue angle of 213.75º degrees, saturation: 0.18, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #CBD2DB is Cyan = 0.07, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 203 | 210 | 219 | - |
| CMYK | 0.07 | 0.04 | 0 | 0.14 |
| HSL | 213.75º | 0.18% | 0.83% | - |
| HSV(B) | 213.75º | 0.07% | 0.86% | - |
| XYZ | 60.46 | 63.9 | 76.17 | - |
| YUV | 208.93 | 133.68 | 123.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 210 | 219 | 0.07 | 0.04 | 0 | 0.14 | 213.75 | 0.18 | 0.83 |
| Hex | CB | D2 | DB | 7 | 4 | 0 | E | D6 | 12 | 53 |
| Octal | 313 | 322 | 333 | 7 | 4 | 0 | 16 | 326 | 22 | 123 |
| Binary | 11001011 | 11010010 | 11011011 | 111 | 100 | 0 | 1110 | 11010110 | 10010 | 1010011 |
Color Harmonies of #CBD2DB
Complementary color
Monochromatic Colors of #CBD2DB
Black with #CBD2DB
Text Example
Text Example
White with #CBD2DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBD2DB; }
p { color: rgb(203,210,219); }
H1.HeaderClassName
{
color: #CBD2DB;
}
.AnyTagClassName
{
color: #CBD2DB;
}
</style>
background-color css
<style>
a { background-color: #CBD2DB; }
a { background-color: rgb(203,210,219); }
div.DivClassName
{
background-color: #CBD2DB;
}
.BgClassName
{
background-color: #CBD2DB;
}
</style>
border-color css
<style>
span { border-color: #CBD2DB; }
span { border-color: rgb(203,210,219); }
td.TdClassName
{
border-color: #CBD2DB;
}
.TagClassName
{
border-color: #CBD2DB;
}
</style>