Shades of Hawkes Blue #D4DAEA
Tints of Hawkes Blue #D4DAEA
RGB
CMYK
RGB Variations
Color information
#D4DAEA (or 0xD4DAEA) is known color: Hawkes Blue. HEX triplet: D4, DA and EA. RGB value is (212,218,234). Sum of RGB (Red+Green+Blue) = 212+218+234=664 (87% of max value = 765). Red value is 212 (83.20% from 255 or 31.93% from 664); Green value is 218 (85.55% from 255 or 32.83% from 664); Blue value is 234 (91.80% from 255 or 35.24% from 664); Max value from RGB is 234 - color contains mainly: blue. Hex color #D4DAEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4DAEA is #2B2515. Grayscale: #D9D9D9. Windows color (decimal): -2827542 or 15391444. OLE color: 15391444.
HSL color Cylindrical-coordinate representation of color #D4DAEA: hue angle of 223.64º degrees, saturation: 0.34, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D4DAEA is Cyan = 0.09, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 212 | 218 | 234 | - |
| CMYK | 0.09 | 0.07 | 0 | 0.08 |
| HSL | 223.64º | 0.34% | 0.87% | - |
| HSV(B) | 223.64º | 0.09% | 0.92% | - |
| XYZ | 67.07 | 70.08 | 87.83 | - |
| YUV | 218.03 | 137.01 | 123.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 218 | 234 | 0.09 | 0.07 | 0 | 0.08 | 223.64 | 0.34 | 0.87 |
| Hex | D4 | DA | EA | 9 | 7 | 0 | 8 | E0 | 22 | 57 |
| Octal | 324 | 332 | 352 | 11 | 7 | 0 | 10 | 340 | 42 | 127 |
| Binary | 11010100 | 11011010 | 11101010 | 1001 | 111 | 0 | 1000 | 11100000 | 100010 | 1010111 |
Color Harmonies of #D4DAEA
Complementary color
Monochromatic Colors of #D4DAEA
Black with #D4DAEA
Text Example
Text Example
White with #D4DAEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4DAEA; }
p { color: rgb(212,218,234); }
H1.HeaderClassName
{
color: #D4DAEA;
}
.AnyTagClassName
{
color: #D4DAEA;
}
</style>
background-color css
<style>
a { background-color: #D4DAEA; }
a { background-color: rgb(212,218,234); }
div.DivClassName
{
background-color: #D4DAEA;
}
.BgClassName
{
background-color: #D4DAEA;
}
</style>
border-color css
<style>
span { border-color: #D4DAEA; }
span { border-color: rgb(212,218,234); }
td.TdClassName
{
border-color: #D4DAEA;
}
.TagClassName
{
border-color: #D4DAEA;
}
</style>