Shades of Hawkes Blue #D7DEEA
Tints of Hawkes Blue #D7DEEA
RGB
CMYK
RGB Variations
Color information
#D7DEEA (or 0xD7DEEA) is known color: Hawkes Blue. HEX triplet: D7, DE and EA. RGB value is (215,222,234). Sum of RGB (Red+Green+Blue) = 215+222+234=671 (88% of max value = 765). Red value is 215 (84.38% from 255 or 32.04% from 671); Green value is 222 (87.11% from 255 or 33.08% from 671); Blue value is 234 (91.80% from 255 or 34.87% from 671); Max value from RGB is 234 - color contains mainly: blue. Hex color #D7DEEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D7DEEA is #282115. Grayscale: #DDDDDD. Windows color (decimal): -2629910 or 15392471. OLE color: 15392471.
HSL color Cylindrical-coordinate representation of color #D7DEEA: hue angle of 217.89º degrees, saturation: 0.31, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #D7DEEA is Cyan = 0.08, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
RGB | 215 | 222 | 234 | - |
CMYK | 0.08 | 0.05 | 0 | 0.08 |
HSL | 217.89º | 0.31% | 0.88% | - |
HSV(B) | 217.89º | 0.08% | 0.92% | - |
XYZ | 69 | 72.63 | 88.22 | - |
YUV | 221.28 | 135.18 | 123.52 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 215 | 222 | 234 | 0.08 | 0.05 | 0 | 0.08 | 217.89 | 0.31 | 0.88 |
Hex | D7 | DE | EA | 8 | 5 | 0 | 8 | DA | 1F | 58 |
Octal | 327 | 336 | 352 | 10 | 5 | 0 | 10 | 332 | 37 | 130 |
Binary | 11010111 | 11011110 | 11101010 | 1000 | 101 | 0 | 1000 | 11011010 | 11111 | 1011000 |
Color Harmonies of #D7DEEA
Complementary color
Monochromatic Colors of #D7DEEA
Black with #D7DEEA
Text Example
Text Example
White with #D7DEEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7DEEA; }
p { color: rgb(215,222,234); }
H1.HeaderClassName
{
color: #D7DEEA;
}
.AnyTagClassName
{
color: #D7DEEA;
}
</style>
background-color css
<style>
a { background-color: #D7DEEA; }
a { background-color: rgb(215,222,234); }
div.DivClassName
{
background-color: #D7DEEA;
}
.BgClassName
{
background-color: #D7DEEA;
}
</style>
border-color css
<style>
span { border-color: #D7DEEA; }
span { border-color: rgb(215,222,234); }
td.TdClassName
{
border-color: #D7DEEA;
}
.TagClassName
{
border-color: #D7DEEA;
}
</style>