Shades of Link Water #CBD2DF
Tints of Link Water #CBD2DF
RGB
CMYK
RGB Variations
Color information
#CBD2DF (or 0xCBD2DF) is known color: Link Water. HEX triplet: CB, D2 and DF. RGB value is (203,210,223). Sum of RGB (Red+Green+Blue) = 203+210+223=636 (84% of max value = 765). Red value is 203 (79.69% from 255 or 31.92% from 636); Green value is 210 (82.42% from 255 or 33.02% from 636); Blue value is 223 (87.5% from 255 or 35.06% from 636); Max value from RGB is 223 - color contains mainly: blue. Hex color #CBD2DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBD2DF is #342D20. Grayscale: #D1D1D1. Windows color (decimal): -3419425 or 14668491. OLE color: 14668491.
HSL color Cylindrical-coordinate representation of color #CBD2DF: hue angle of 219º degrees, saturation: 0.24, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CBD2DF is Cyan = 0.09, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 203 | 210 | 223 | - |
| CMYK | 0.09 | 0.06 | 0 | 0.13 |
| HSL | 219º | 0.24% | 0.84% | - |
| HSV(B) | 219º | 0.09% | 0.87% | - |
| XYZ | 60.99 | 64.12 | 78.97 | - |
| YUV | 209.39 | 135.68 | 123.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 210 | 223 | 0.09 | 0.06 | 0 | 0.13 | 219 | 0.24 | 0.84 |
| Hex | CB | D2 | DF | 9 | 6 | 0 | D | DB | 18 | 54 |
| Octal | 313 | 322 | 337 | 11 | 6 | 0 | 15 | 333 | 30 | 124 |
| Binary | 11001011 | 11010010 | 11011111 | 1001 | 110 | 0 | 1101 | 11011011 | 11000 | 1010100 |
Color Harmonies of #CBD2DF
Complementary color
Monochromatic Colors of #CBD2DF
Black with #CBD2DF
Text Example
Text Example
White with #CBD2DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBD2DF; }
p { color: rgb(203,210,223); }
H1.HeaderClassName
{
color: #CBD2DF;
}
.AnyTagClassName
{
color: #CBD2DF;
}
</style>
background-color css
<style>
a { background-color: #CBD2DF; }
a { background-color: rgb(203,210,223); }
div.DivClassName
{
background-color: #CBD2DF;
}
.BgClassName
{
background-color: #CBD2DF;
}
</style>
border-color css
<style>
span { border-color: #CBD2DF; }
span { border-color: rgb(203,210,223); }
td.TdClassName
{
border-color: #CBD2DF;
}
.TagClassName
{
border-color: #CBD2DF;
}
</style>