Shades of Hawkes Blue #D4DFF7
Tints of Hawkes Blue #D4DFF7
RGB
CMYK
RGB Variations
Color information
#D4DFF7 (or 0xD4DFF7) is known color: Hawkes Blue. HEX triplet: D4, DF and F7. RGB value is (212,223,247). Sum of RGB (Red+Green+Blue) = 212+223+247=682 (90% of max value = 765). Red value is 212 (83.20% from 255 or 31.09% from 682); Green value is 223 (87.5% from 255 or 32.70% 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 #D4DFF7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4DFF7 is #2B2008. Grayscale: #DEDEDE. Windows color (decimal): -2826249 or 16244692. OLE color: 16244692.
HSL color Cylindrical-coordinate representation of color #D4DFF7: hue angle of 221.14º degrees, saturation: 0.69, 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 #D4DFF7 is Cyan = 0.14, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 212 | 223 | 247 | - |
| CMYK | 0.14 | 0.10 | 0 | 0.03 |
| HSL | 221.14º | 0.69% | 0.9% | - |
| HSV(B) | 221.14º | 0.14% | 0.97% | - |
| XYZ | 70.33 | 73.49 | 98.47 | - |
| YUV | 222.45 | 141.86 | 120.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 223 | 247 | 0.14 | 0.10 | 0 | 0.03 | 221.14 | 0.69 | 0.9 |
| Hex | D4 | DF | F7 | E | A | 0 | 3 | DD | 45 | 5A |
| Octal | 324 | 337 | 367 | 16 | 12 | 0 | 3 | 335 | 105 | 132 |
| Binary | 11010100 | 11011111 | 11110111 | 1110 | 1010 | 0 | 11 | 11011101 | 1000101 | 1011010 |
Color Harmonies of #D4DFF7
Complementary color
Monochromatic Colors of #D4DFF7
Black with #D4DFF7
Text Example
Text Example
White with #D4DFF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4DFF7; }
p { color: rgb(212,223,247); }
H1.HeaderClassName
{
color: #D4DFF7;
}
.AnyTagClassName
{
color: #D4DFF7;
}
</style>
background-color css
<style>
a { background-color: #D4DFF7; }
a { background-color: rgb(212,223,247); }
div.DivClassName
{
background-color: #D4DFF7;
}
.BgClassName
{
background-color: #D4DFF7;
}
</style>
border-color css
<style>
span { border-color: #D4DFF7; }
span { border-color: rgb(212,223,247); }
td.TdClassName
{
border-color: #D4DFF7;
}
.TagClassName
{
border-color: #D4DFF7;
}
</style>