Shades of Link Water #CBD3DA
Tints of Link Water #CBD3DA
RGB
CMYK
RGB Variations
Color information
#CBD3DA (or 0xCBD3DA) is known color: Link Water. HEX triplet: CB, D3 and DA. RGB value is (203,211,218). Sum of RGB (Red+Green+Blue) = 203+211+218=632 (83% of max value = 765). Red value is 203 (79.69% from 255 or 32.12% from 632); Green value is 211 (82.81% from 255 or 33.39% from 632); Blue value is 218 (85.55% from 255 or 34.49% from 632); Max value from RGB is 218 - color contains mainly: blue. Hex color #CBD3DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBD3DA is #342C25. Grayscale: #D1D1D1. Windows color (decimal): -3419174 or 14341067. OLE color: 14341067.
HSL color Cylindrical-coordinate representation of color #CBD3DA: hue angle of 208º degrees, saturation: 0.17, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #CBD3DA is Cyan = 0.07, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 203 | 211 | 218 | - |
| CMYK | 0.07 | 0.03 | 0 | 0.15 |
| HSL | 208º | 0.17% | 0.83% | - |
| HSV(B) | 208º | 0.07% | 0.85% | - |
| XYZ | 60.58 | 64.35 | 75.56 | - |
| YUV | 209.41 | 132.85 | 123.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 211 | 218 | 0.07 | 0.03 | 0 | 0.15 | 208 | 0.17 | 0.83 |
| Hex | CB | D3 | DA | 7 | 3 | 0 | F | D0 | 11 | 53 |
| Octal | 313 | 323 | 332 | 7 | 3 | 0 | 17 | 320 | 21 | 123 |
| Binary | 11001011 | 11010011 | 11011010 | 111 | 11 | 0 | 1111 | 11010000 | 10001 | 1010011 |
Color Harmonies of #CBD3DA
Complementary color
Monochromatic Colors of #CBD3DA
Black with #CBD3DA
Text Example
Text Example
White with #CBD3DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBD3DA; }
p { color: rgb(203,211,218); }
H1.HeaderClassName
{
color: #CBD3DA;
}
.AnyTagClassName
{
color: #CBD3DA;
}
</style>
background-color css
<style>
a { background-color: #CBD3DA; }
a { background-color: rgb(203,211,218); }
div.DivClassName
{
background-color: #CBD3DA;
}
.BgClassName
{
background-color: #CBD3DA;
}
</style>
border-color css
<style>
span { border-color: #CBD3DA; }
span { border-color: rgb(203,211,218); }
td.TdClassName
{
border-color: #CBD3DA;
}
.TagClassName
{
border-color: #CBD3DA;
}
</style>