Shades of Hawkes Blue #D5DEF7
Tints of Hawkes Blue #D5DEF7
RGB
CMYK
RGB Variations
Color information
#D5DEF7 (or 0xD5DEF7) is known color: Hawkes Blue. HEX triplet: D5, DE and F7. RGB value is (213,222,247). Sum of RGB (Red+Green+Blue) = 213+222+247=682 (90% of max value = 765). Red value is 213 (83.59% from 255 or 31.23% from 682); Green value is 222 (87.11% from 255 or 32.55% from 682); Blue value is 247 (96.88% from 255 or 36.22% from 682); Max value from RGB is 247 - color contains mainly: blue. Hex color #D5DEF7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5DEF7 is #2A2108. Grayscale: #DEDEDE. Windows color (decimal): -2760969 or 16244437. OLE color: 16244437.
HSL color Cylindrical-coordinate representation of color #D5DEF7: hue angle of 224.12º degrees, saturation: 0.68, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D5DEF7 is Cyan = 0.14, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
RGB | 213 | 222 | 247 | - |
CMYK | 0.14 | 0.10 | 0 | 0.03 |
HSL | 224.12º | 0.68% | 0.9% | - |
HSV(B) | 224.12º | 0.14% | 0.97% | - |
XYZ | 70.35 | 73.1 | 98.4 | - |
YUV | 222.16 | 142.02 | 121.47 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 213 | 222 | 247 | 0.14 | 0.10 | 0 | 0.03 | 224.12 | 0.68 | 0.9 |
Hex | D5 | DE | F7 | E | A | 0 | 3 | E0 | 44 | 5A |
Octal | 325 | 336 | 367 | 16 | 12 | 0 | 3 | 340 | 104 | 132 |
Binary | 11010101 | 11011110 | 11110111 | 1110 | 1010 | 0 | 11 | 11100000 | 1000100 | 1011010 |
Color Harmonies of #D5DEF7
Complementary color
Monochromatic Colors of #D5DEF7
Black with #D5DEF7
Text Example
Text Example
White with #D5DEF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5DEF7; }
p { color: rgb(213,222,247); }
H1.HeaderClassName
{
color: #D5DEF7;
}
.AnyTagClassName
{
color: #D5DEF7;
}
</style>
background-color css
<style>
a { background-color: #D5DEF7; }
a { background-color: rgb(213,222,247); }
div.DivClassName
{
background-color: #D5DEF7;
}
.BgClassName
{
background-color: #D5DEF7;
}
</style>
border-color css
<style>
span { border-color: #D5DEF7; }
span { border-color: rgb(213,222,247); }
td.TdClassName
{
border-color: #D5DEF7;
}
.TagClassName
{
border-color: #D5DEF7;
}
</style>