Shades of Link Water #CBD5DB
Tints of Link Water #CBD5DB
RGB
CMYK
RGB Variations
Color information
#CBD5DB (or 0xCBD5DB) is known color: Link Water. HEX triplet: CB, D5 and DB. RGB value is (203,213,219). Sum of RGB (Red+Green+Blue) = 203+213+219=635 (84% of max value = 765). Red value is 203 (79.69% from 255 or 31.97% from 635); Green value is 213 (83.59% from 255 or 33.54% from 635); Blue value is 219 (85.94% from 255 or 34.49% from 635); Max value from RGB is 219 - color contains mainly: blue. Hex color #CBD5DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBD5DB is #342A24. Grayscale: #D2D2D2. Windows color (decimal): -3418661 or 14407115. OLE color: 14407115.
HSL color Cylindrical-coordinate representation of color #CBD5DB: hue angle of 202.5º 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 #CBD5DB is Cyan = 0.07, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 203 | 213 | 219 | - |
CMYK | 0.07 | 0.03 | 0 | 0.14 |
HSL | 202.5º | 0.18% | 0.83% | - |
HSV(B) | 202.5º | 0.07% | 0.86% | - |
XYZ | 61.21 | 65.4 | 76.42 | - |
YUV | 210.69 | 132.69 | 122.51 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 203 | 213 | 219 | 0.07 | 0.03 | 0 | 0.14 | 202.5 | 0.18 | 0.83 |
Hex | CB | D5 | DB | 7 | 3 | 0 | E | CA | 12 | 53 |
Octal | 313 | 325 | 333 | 7 | 3 | 0 | 16 | 312 | 22 | 123 |
Binary | 11001011 | 11010101 | 11011011 | 111 | 11 | 0 | 1110 | 11001010 | 10010 | 1010011 |
Color Harmonies of #CBD5DB
Complementary color
Monochromatic Colors of #CBD5DB
Black with #CBD5DB
Text Example
Text Example
White with #CBD5DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBD5DB; }
p { color: rgb(203,213,219); }
H1.HeaderClassName
{
color: #CBD5DB;
}
.AnyTagClassName
{
color: #CBD5DB;
}
</style>
background-color css
<style>
a { background-color: #CBD5DB; }
a { background-color: rgb(203,213,219); }
div.DivClassName
{
background-color: #CBD5DB;
}
.BgClassName
{
background-color: #CBD5DB;
}
</style>
border-color css
<style>
span { border-color: #CBD5DB; }
span { border-color: rgb(203,213,219); }
td.TdClassName
{
border-color: #CBD5DB;
}
.TagClassName
{
border-color: #CBD5DB;
}
</style>