Shades of Hawkes Blue #CBD8E5
Tints of Hawkes Blue #CBD8E5
RGB
CMYK
RGB Variations
Color information
#CBD8E5 (or 0xCBD8E5) is known color: Hawkes Blue. HEX triplet: CB, D8 and E5. RGB value is (203,216,229). Sum of RGB (Red+Green+Blue) = 203+216+229=648 (85% of max value = 765). Red value is 203 (79.69% from 255 or 31.33% from 648); Green value is 216 (84.77% from 255 or 33.33% from 648); Blue value is 229 (89.84% from 255 or 35.34% from 648); Max value from RGB is 229 - color contains mainly: blue. Hex color #CBD8E5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBD8E5 is #34271A. Grayscale: #D5D5D5. Windows color (decimal): -3417883 or 15063243. OLE color: 15063243.
HSL color Cylindrical-coordinate representation of color #CBD8E5: hue angle of 210º degrees, saturation: 0.33, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CBD8E5 is Cyan = 0.11, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 203 | 216 | 229 | - |
| CMYK | 0.11 | 0.06 | 0 | 0.10 |
| HSL | 210º | 0.33% | 0.85% | - |
| HSV(B) | 210º | 0.11% | 0.9% | - |
| XYZ | 63.33 | 67.47 | 83.81 | - |
| YUV | 213.6 | 136.69 | 120.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 216 | 229 | 0.11 | 0.06 | 0 | 0.10 | 210 | 0.33 | 0.85 |
| Hex | CB | D8 | E5 | B | 6 | 0 | A | D2 | 21 | 55 |
| Octal | 313 | 330 | 345 | 13 | 6 | 0 | 12 | 322 | 41 | 125 |
| Binary | 11001011 | 11011000 | 11100101 | 1011 | 110 | 0 | 1010 | 11010010 | 100001 | 1010101 |
Color Harmonies of #CBD8E5
Complementary color
Monochromatic Colors of #CBD8E5
Black with #CBD8E5
Text Example
Text Example
White with #CBD8E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBD8E5; }
p { color: rgb(203,216,229); }
H1.HeaderClassName
{
color: #CBD8E5;
}
.AnyTagClassName
{
color: #CBD8E5;
}
</style>
background-color css
<style>
a { background-color: #CBD8E5; }
a { background-color: rgb(203,216,229); }
div.DivClassName
{
background-color: #CBD8E5;
}
.BgClassName
{
background-color: #CBD8E5;
}
</style>
border-color css
<style>
span { border-color: #CBD8E5; }
span { border-color: rgb(203,216,229); }
td.TdClassName
{
border-color: #CBD8E5;
}
.TagClassName
{
border-color: #CBD8E5;
}
</style>