Shades of Link Water #CBD4DA
Tints of Link Water #CBD4DA
RGB
CMYK
RGB Variations
Color information
#CBD4DA (or 0xCBD4DA) is known color: Link Water. HEX triplet: CB, D4 and DA. RGB value is (203,212,218). Sum of RGB (Red+Green+Blue) = 203+212+218=633 (83% of max value = 765). Red value is 203 (79.69% from 255 or 32.07% from 633); Green value is 212 (83.20% from 255 or 33.49% from 633); Blue value is 218 (85.55% from 255 or 34.44% from 633); Max value from RGB is 218 - color contains mainly: blue. Hex color #CBD4DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBD4DA is #342B25. Grayscale: #D1D1D1. Windows color (decimal): -3418918 or 14341323. OLE color: 14341323.
HSL color Cylindrical-coordinate representation of color #CBD4DA: hue angle of 204º 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 #CBD4DA is Cyan = 0.07, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 203 | 212 | 218 | - |
| CMYK | 0.07 | 0.03 | 0 | 0.15 |
| HSL | 204º | 0.17% | 0.83% | - |
| HSV(B) | 204º | 0.07% | 0.85% | - |
| XYZ | 60.83 | 64.85 | 75.64 | - |
| YUV | 209.99 | 132.52 | 123.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 212 | 218 | 0.07 | 0.03 | 0 | 0.15 | 204 | 0.17 | 0.83 |
| Hex | CB | D4 | DA | 7 | 3 | 0 | F | CC | 11 | 53 |
| Octal | 313 | 324 | 332 | 7 | 3 | 0 | 17 | 314 | 21 | 123 |
| Binary | 11001011 | 11010100 | 11011010 | 111 | 11 | 0 | 1111 | 11001100 | 10001 | 1010011 |
Color Harmonies of #CBD4DA
Complementary color
Monochromatic Colors of #CBD4DA
Black with #CBD4DA
Text Example
Text Example
White with #CBD4DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBD4DA; }
p { color: rgb(203,212,218); }
H1.HeaderClassName
{
color: #CBD4DA;
}
.AnyTagClassName
{
color: #CBD4DA;
}
</style>
background-color css
<style>
a { background-color: #CBD4DA; }
a { background-color: rgb(203,212,218); }
div.DivClassName
{
background-color: #CBD4DA;
}
.BgClassName
{
background-color: #CBD4DA;
}
</style>
border-color css
<style>
span { border-color: #CBD4DA; }
span { border-color: rgb(203,212,218); }
td.TdClassName
{
border-color: #CBD4DA;
}
.TagClassName
{
border-color: #CBD4DA;
}
</style>