Shades of Hawkes Blue #D8E2FF
Tints of Hawkes Blue #D8E2FF
RGB
CMYK
RGB Variations
Color information
#D8E2FF (or 0xD8E2FF) is known color: Hawkes Blue. HEX triplet: D8, E2 and FF. RGB value is (216,226,255). Sum of RGB (Red+Green+Blue) = 216+226+255=697 (92% of max value = 765). Red value is 216 (84.77% from 255 or 30.99% from 697); Green value is 226 (88.67% from 255 or 32.42% from 697); Blue value is 255 (100% from 255 or 36.59% from 697); Max value from RGB is 255 - color contains mainly: blue. Hex color #D8E2FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D8E2FF is #271D00. Grayscale: #E2E2E2. Windows color (decimal): -2563329 or 16769752. OLE color: 16769752.
HSL color Cylindrical-coordinate representation of color #D8E2FF: hue angle of 224.62º 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 #D8E2FF is Cyan = 0.15, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 216 | 226 | 255 | - |
| CMYK | 0.15 | 0.11 | 0 | 0 |
| HSL | 224.62º | 1% | 0.92% | - |
| HSV(B) | 224.62º | 0.15% | 1% | - |
| XYZ | 73.57 | 76.21 | 105.44 | - |
| YUV | 226.32 | 144.19 | 120.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 226 | 255 | 0.15 | 0.11 | 0 | 0 | 224.62 | 1 | 0.92 |
| Hex | D8 | E2 | FF | F | B | 0 | 0 | E1 | 64 | 5C |
| Octal | 330 | 342 | 377 | 17 | 13 | 0 | 0 | 341 | 144 | 134 |
| Binary | 11011000 | 11100010 | 11111111 | 1111 | 1011 | 0 | 0 | 11100001 | 1100100 | 1011100 |
Color Harmonies of #D8E2FF
Complementary color
Monochromatic Colors of #D8E2FF
Black with #D8E2FF
Text Example
Text Example
White with #D8E2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8E2FF; }
p { color: rgb(216,226,255); }
H1.HeaderClassName
{
color: #D8E2FF;
}
.AnyTagClassName
{
color: #D8E2FF;
}
</style>
background-color css
<style>
a { background-color: #D8E2FF; }
a { background-color: rgb(216,226,255); }
div.DivClassName
{
background-color: #D8E2FF;
}
.BgClassName
{
background-color: #D8E2FF;
}
</style>
border-color css
<style>
span { border-color: #D8E2FF; }
span { border-color: rgb(216,226,255); }
td.TdClassName
{
border-color: #D8E2FF;
}
.TagClassName
{
border-color: #D8E2FF;
}
</style>