Shades of Hawkes Blue #D8DEF1
Tints of Hawkes Blue #D8DEF1
RGB
CMYK
RGB Variations
Color information
#D8DEF1 (or 0xD8DEF1) is known color: Hawkes Blue. HEX triplet: D8, DE and F1. RGB value is (216,222,241). Sum of RGB (Red+Green+Blue) = 216+222+241=679 (89% of max value = 765). Red value is 216 (84.77% from 255 or 31.81% from 679); Green value is 222 (87.11% from 255 or 32.70% from 679); Blue value is 241 (94.53% from 255 or 35.49% from 679); Max value from RGB is 241 - color contains mainly: blue. Hex color #D8DEF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D8DEF1 is #27210E. Grayscale: #DEDEDE. Windows color (decimal): -2564367 or 15851224. OLE color: 15851224.
HSL color Cylindrical-coordinate representation of color #D8DEF1: hue angle of 225.6º degrees, saturation: 0.47, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D8DEF1 is Cyan = 0.10, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 216 | 222 | 241 | - |
| CMYK | 0.10 | 0.08 | 0 | 0.05 |
| HSL | 225.6º | 0.47% | 0.9% | - |
| HSV(B) | 225.6º | 0.1% | 0.95% | - |
| XYZ | 70.32 | 73.19 | 93.64 | - |
| YUV | 222.37 | 138.51 | 123.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 222 | 241 | 0.10 | 0.08 | 0 | 0.05 | 225.6 | 0.47 | 0.9 |
| Hex | D8 | DE | F1 | A | 8 | 0 | 5 | E2 | 2F | 5A |
| Octal | 330 | 336 | 361 | 12 | 10 | 0 | 5 | 342 | 57 | 132 |
| Binary | 11011000 | 11011110 | 11110001 | 1010 | 1000 | 0 | 101 | 11100010 | 101111 | 1011010 |
Color Harmonies of #D8DEF1
Complementary color
Monochromatic Colors of #D8DEF1
Black with #D8DEF1
Text Example
Text Example
White with #D8DEF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8DEF1; }
p { color: rgb(216,222,241); }
H1.HeaderClassName
{
color: #D8DEF1;
}
.AnyTagClassName
{
color: #D8DEF1;
}
</style>
background-color css
<style>
a { background-color: #D8DEF1; }
a { background-color: rgb(216,222,241); }
div.DivClassName
{
background-color: #D8DEF1;
}
.BgClassName
{
background-color: #D8DEF1;
}
</style>
border-color css
<style>
span { border-color: #D8DEF1; }
span { border-color: rgb(216,222,241); }
td.TdClassName
{
border-color: #D8DEF1;
}
.TagClassName
{
border-color: #D8DEF1;
}
</style>