Shades of Hawkes Blue #D7DEF2
Tints of Hawkes Blue #D7DEF2
RGB
CMYK
RGB Variations
Color information
#D7DEF2 (or 0xD7DEF2) is known color: Hawkes Blue. HEX triplet: D7, DE and F2. RGB value is (215,222,242). Sum of RGB (Red+Green+Blue) = 215+222+242=679 (89% of max value = 765). Red value is 215 (84.38% from 255 or 31.66% from 679); Green value is 222 (87.11% from 255 or 32.70% from 679); Blue value is 242 (94.92% from 255 or 35.64% from 679); Max value from RGB is 242 - color contains mainly: blue. Hex color #D7DEF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D7DEF2 is #28210D. Grayscale: #DEDEDE. Windows color (decimal): -2629902 or 15916759. OLE color: 15916759.
HSL color Cylindrical-coordinate representation of color #D7DEF2: hue angle of 224.44º degrees, saturation: 0.51, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D7DEF2 is Cyan = 0.11, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 215 | 222 | 242 | - |
| CMYK | 0.11 | 0.08 | 0 | 0.05 |
| HSL | 224.44º | 0.51% | 0.9% | - |
| HSV(B) | 224.44º | 0.11% | 0.95% | - |
| XYZ | 70.17 | 73.1 | 94.42 | - |
| YUV | 222.19 | 139.18 | 122.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 222 | 242 | 0.11 | 0.08 | 0 | 0.05 | 224.44 | 0.51 | 0.9 |
| Hex | D7 | DE | F2 | B | 8 | 0 | 5 | E0 | 33 | 5A |
| Octal | 327 | 336 | 362 | 13 | 10 | 0 | 5 | 340 | 63 | 132 |
| Binary | 11010111 | 11011110 | 11110010 | 1011 | 1000 | 0 | 101 | 11100000 | 110011 | 1011010 |
Color Harmonies of #D7DEF2
Complementary color
Monochromatic Colors of #D7DEF2
Black with #D7DEF2
Text Example
Text Example
White with #D7DEF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7DEF2; }
p { color: rgb(215,222,242); }
H1.HeaderClassName
{
color: #D7DEF2;
}
.AnyTagClassName
{
color: #D7DEF2;
}
</style>
background-color css
<style>
a { background-color: #D7DEF2; }
a { background-color: rgb(215,222,242); }
div.DivClassName
{
background-color: #D7DEF2;
}
.BgClassName
{
background-color: #D7DEF2;
}
</style>
border-color css
<style>
span { border-color: #D7DEF2; }
span { border-color: rgb(215,222,242); }
td.TdClassName
{
border-color: #D7DEF2;
}
.TagClassName
{
border-color: #D7DEF2;
}
</style>