Shades of Link Water #CBD7E2
Tints of Link Water #CBD7E2
RGB
CMYK
RGB Variations
Color information
#CBD7E2 (or 0xCBD7E2) is known color: Link Water. HEX triplet: CB, D7 and E2. RGB value is (203,215,226). Sum of RGB (Red+Green+Blue) = 203+215+226=644 (85% of max value = 765). Red value is 203 (79.69% from 255 or 31.52% from 644); Green value is 215 (84.38% from 255 or 33.39% from 644); Blue value is 226 (88.67% from 255 or 35.09% from 644); Max value from RGB is 226 - color contains mainly: blue. Hex color #CBD7E2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBD7E2 is #34281D. Grayscale: #D4D4D4. Windows color (decimal): -3418142 or 14866379. OLE color: 14866379.
HSL color Cylindrical-coordinate representation of color #CBD7E2: hue angle of 208.7º degrees, saturation: 0.28, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CBD7E2 is Cyan = 0.10, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 203 | 215 | 226 | - |
| CMYK | 0.10 | 0.05 | 0 | 0.11 |
| HSL | 208.7º | 0.28% | 0.84% | - |
| HSV(B) | 208.7º | 0.1% | 0.89% | - |
| XYZ | 62.66 | 66.79 | 81.54 | - |
| YUV | 212.67 | 135.52 | 121.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 215 | 226 | 0.10 | 0.05 | 0 | 0.11 | 208.7 | 0.28 | 0.84 |
| Hex | CB | D7 | E2 | A | 5 | 0 | B | D1 | 1C | 54 |
| Octal | 313 | 327 | 342 | 12 | 5 | 0 | 13 | 321 | 34 | 124 |
| Binary | 11001011 | 11010111 | 11100010 | 1010 | 101 | 0 | 1011 | 11010001 | 11100 | 1010100 |
Color Harmonies of #CBD7E2
Complementary color
Monochromatic Colors of #CBD7E2
Black with #CBD7E2
Text Example
Text Example
White with #CBD7E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBD7E2; }
p { color: rgb(203,215,226); }
H1.HeaderClassName
{
color: #CBD7E2;
}
.AnyTagClassName
{
color: #CBD7E2;
}
</style>
background-color css
<style>
a { background-color: #CBD7E2; }
a { background-color: rgb(203,215,226); }
div.DivClassName
{
background-color: #CBD7E2;
}
.BgClassName
{
background-color: #CBD7E2;
}
</style>
border-color css
<style>
span { border-color: #CBD7E2; }
span { border-color: rgb(203,215,226); }
td.TdClassName
{
border-color: #CBD7E2;
}
.TagClassName
{
border-color: #CBD7E2;
}
</style>