Shades of Link Water #CBD7E3
Tints of Link Water #CBD7E3
RGB
CMYK
RGB Variations
Color information
#CBD7E3 (or 0xCBD7E3) is known color: Link Water. HEX triplet: CB, D7 and E3. RGB value is (203,215,227). Sum of RGB (Red+Green+Blue) = 203+215+227=645 (85% of max value = 765). Red value is 203 (79.69% from 255 or 31.47% from 645); Green value is 215 (84.38% from 255 or 33.33% from 645); Blue value is 227 (89.06% from 255 or 35.19% from 645); Max value from RGB is 227 - color contains mainly: blue. Hex color #CBD7E3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBD7E3 is #34281C. Grayscale: #D4D4D4. Windows color (decimal): -3418141 or 14931915. OLE color: 14931915.
HSL color Cylindrical-coordinate representation of color #CBD7E3: hue angle of 210º degrees, saturation: 0.3, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CBD7E3 is Cyan = 0.11, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 203 | 215 | 227 | - |
| CMYK | 0.11 | 0.05 | 0 | 0.11 |
| HSL | 210º | 0.3% | 0.84% | - |
| HSV(B) | 210º | 0.11% | 0.89% | - |
| XYZ | 62.79 | 66.84 | 82.27 | - |
| YUV | 212.78 | 136.02 | 121.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 215 | 227 | 0.11 | 0.05 | 0 | 0.11 | 210 | 0.3 | 0.84 |
| Hex | CB | D7 | E3 | B | 5 | 0 | B | D2 | 1E | 54 |
| Octal | 313 | 327 | 343 | 13 | 5 | 0 | 13 | 322 | 36 | 124 |
| Binary | 11001011 | 11010111 | 11100011 | 1011 | 101 | 0 | 1011 | 11010010 | 11110 | 1010100 |
Color Harmonies of #CBD7E3
Complementary color
Monochromatic Colors of #CBD7E3
Black with #CBD7E3
Text Example
Text Example
White with #CBD7E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBD7E3; }
p { color: rgb(203,215,227); }
H1.HeaderClassName
{
color: #CBD7E3;
}
.AnyTagClassName
{
color: #CBD7E3;
}
</style>
background-color css
<style>
a { background-color: #CBD7E3; }
a { background-color: rgb(203,215,227); }
div.DivClassName
{
background-color: #CBD7E3;
}
.BgClassName
{
background-color: #CBD7E3;
}
</style>
border-color css
<style>
span { border-color: #CBD7E3; }
span { border-color: rgb(203,215,227); }
td.TdClassName
{
border-color: #CBD7E3;
}
.TagClassName
{
border-color: #CBD7E3;
}
</style>