Shades of Hawkes Blue #D8E0FF
Tints of Hawkes Blue #D8E0FF
RGB
CMYK
RGB Variations
Color information
#D8E0FF (or 0xD8E0FF) is known color: Hawkes Blue. HEX triplet: D8, E0 and FF. RGB value is (216,224,255). Sum of RGB (Red+Green+Blue) = 216+224+255=695 (92% of max value = 765). Red value is 216 (84.77% from 255 or 31.08% from 695); Green value is 224 (87.89% from 255 or 32.23% from 695); Blue value is 255 (100% from 255 or 36.69% from 695); Max value from RGB is 255 - color contains mainly: blue. Hex color #D8E0FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D8E0FF is #271F00. Grayscale: #E1E1E1. Windows color (decimal): -2563841 or 16769240. OLE color: 16769240.
HSL color Cylindrical-coordinate representation of color #D8E0FF: hue angle of 227.69º degrees, saturation: 1, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D8E0FF is Cyan = 0.15, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 216 | 224 | 255 | - |
| CMYK | 0.15 | 0.12 | 0 | 0 |
| HSL | 227.69º | 1% | 0.92% | - |
| HSV(B) | 227.69º | 0.15% | 1% | - |
| XYZ | 73.02 | 75.13 | 105.26 | - |
| YUV | 225.14 | 144.85 | 121.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 224 | 255 | 0.15 | 0.12 | 0 | 0 | 227.69 | 1 | 0.92 |
| Hex | D8 | E0 | FF | F | C | 0 | 0 | E4 | 64 | 5C |
| Octal | 330 | 340 | 377 | 17 | 14 | 0 | 0 | 344 | 144 | 134 |
| Binary | 11011000 | 11100000 | 11111111 | 1111 | 1100 | 0 | 0 | 11100100 | 1100100 | 1011100 |
Color Harmonies of #D8E0FF
Complementary color
Monochromatic Colors of #D8E0FF
Black with #D8E0FF
Text Example
Text Example
White with #D8E0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8E0FF; }
p { color: rgb(216,224,255); }
H1.HeaderClassName
{
color: #D8E0FF;
}
.AnyTagClassName
{
color: #D8E0FF;
}
</style>
background-color css
<style>
a { background-color: #D8E0FF; }
a { background-color: rgb(216,224,255); }
div.DivClassName
{
background-color: #D8E0FF;
}
.BgClassName
{
background-color: #D8E0FF;
}
</style>
border-color css
<style>
span { border-color: #D8E0FF; }
span { border-color: rgb(216,224,255); }
td.TdClassName
{
border-color: #D8E0FF;
}
.TagClassName
{
border-color: #D8E0FF;
}
</style>