Shades of Hawkes Blue #D4D9EA
Tints of Hawkes Blue #D4D9EA
RGB
CMYK
RGB Variations
Color information
#D4D9EA (or 0xD4D9EA) is known color: Hawkes Blue. HEX triplet: D4, D9 and EA. RGB value is (212,217,234). Sum of RGB (Red+Green+Blue) = 212+217+234=663 (87% of max value = 765). Red value is 212 (83.20% from 255 or 31.98% from 663); Green value is 217 (85.16% from 255 or 32.73% from 663); Blue value is 234 (91.80% from 255 or 35.29% from 663); Max value from RGB is 234 - color contains mainly: blue. Hex color #D4D9EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4D9EA is #2B2615. Grayscale: #D9D9D9. Windows color (decimal): -2827798 or 15391188. OLE color: 15391188.
HSL color Cylindrical-coordinate representation of color #D4D9EA: hue angle of 226.36º 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 #D4D9EA is Cyan = 0.09, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
RGB | 212 | 217 | 234 | - |
CMYK | 0.09 | 0.07 | 0 | 0.08 |
HSL | 226.36º | 0.34% | 0.87% | - |
HSV(B) | 226.36º | 0.09% | 0.92% | - |
XYZ | 66.82 | 69.56 | 87.75 | - |
YUV | 217.44 | 137.34 | 124.12 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 212 | 217 | 234 | 0.09 | 0.07 | 0 | 0.08 | 226.36 | 0.34 | 0.87 |
Hex | D4 | D9 | EA | 9 | 7 | 0 | 8 | E2 | 22 | 57 |
Octal | 324 | 331 | 352 | 11 | 7 | 0 | 10 | 342 | 42 | 127 |
Binary | 11010100 | 11011001 | 11101010 | 1001 | 111 | 0 | 1000 | 11100010 | 100010 | 1010111 |
Color Harmonies of #D4D9EA
Complementary color
Monochromatic Colors of #D4D9EA
Black with #D4D9EA
Text Example
Text Example
White with #D4D9EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4D9EA; }
p { color: rgb(212,217,234); }
H1.HeaderClassName
{
color: #D4D9EA;
}
.AnyTagClassName
{
color: #D4D9EA;
}
</style>
background-color css
<style>
a { background-color: #D4D9EA; }
a { background-color: rgb(212,217,234); }
div.DivClassName
{
background-color: #D4D9EA;
}
.BgClassName
{
background-color: #D4D9EA;
}
</style>
border-color css
<style>
span { border-color: #D4D9EA; }
span { border-color: rgb(212,217,234); }
td.TdClassName
{
border-color: #D4D9EA;
}
.TagClassName
{
border-color: #D4D9EA;
}
</style>