Shades of Hawkes Blue #D8DEF0
Tints of Hawkes Blue #D8DEF0
RGB
CMYK
RGB Variations
Color information
#D8DEF0 (or 0xD8DEF0) is known color: Hawkes Blue. HEX triplet: D8, DE and F0. RGB value is (216,222,240). Sum of RGB (Red+Green+Blue) = 216+222+240=678 (89% of max value = 765). Red value is 216 (84.77% from 255 or 31.86% from 678); Green value is 222 (87.11% from 255 or 32.74% from 678); Blue value is 240 (94.14% from 255 or 35.40% from 678); Max value from RGB is 240 - color contains mainly: blue. Hex color #D8DEF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D8DEF0 is #27210F. Grayscale: #DEDEDE. Windows color (decimal): -2564368 or 15785688. OLE color: 15785688.
HSL color Cylindrical-coordinate representation of color #D8DEF0: hue angle of 225º degrees, saturation: 0.44, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D8DEF0 is Cyan = 0.1, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 216 | 222 | 240 | - |
| CMYK | 0.1 | 0.08 | 0 | 0.06 |
| HSL | 225º | 0.44% | 0.89% | - |
| HSV(B) | 225º | 0.1% | 0.94% | - |
| XYZ | 70.17 | 73.13 | 92.86 | - |
| YUV | 222.26 | 138.01 | 123.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 222 | 240 | 0.1 | 0.08 | 0 | 0.06 | 225 | 0.44 | 0.89 |
| Hex | D8 | DE | F0 | A | 8 | 0 | 6 | E1 | 2C | 59 |
| Octal | 330 | 336 | 360 | 12 | 10 | 0 | 6 | 341 | 54 | 131 |
| Binary | 11011000 | 11011110 | 11110000 | 1010 | 1000 | 0 | 110 | 11100001 | 101100 | 1011001 |
Color Harmonies of #D8DEF0
Complementary color
Monochromatic Colors of #D8DEF0
Black with #D8DEF0
Text Example
Text Example
White with #D8DEF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8DEF0; }
p { color: rgb(216,222,240); }
H1.HeaderClassName
{
color: #D8DEF0;
}
.AnyTagClassName
{
color: #D8DEF0;
}
</style>
background-color css
<style>
a { background-color: #D8DEF0; }
a { background-color: rgb(216,222,240); }
div.DivClassName
{
background-color: #D8DEF0;
}
.BgClassName
{
background-color: #D8DEF0;
}
</style>
border-color css
<style>
span { border-color: #D8DEF0; }
span { border-color: rgb(216,222,240); }
td.TdClassName
{
border-color: #D8DEF0;
}
.TagClassName
{
border-color: #D8DEF0;
}
</style>