Shades of Hawkes Blue #D4DAE5
Tints of Hawkes Blue #D4DAE5
RGB
CMYK
RGB Variations
Color information
#D4DAE5 (or 0xD4DAE5) is known color: Hawkes Blue. HEX triplet: D4, DA and E5. RGB value is (212,218,229). Sum of RGB (Red+Green+Blue) = 212+218+229=659 (87% of max value = 765). Red value is 212 (83.20% from 255 or 32.17% from 659); Green value is 218 (85.55% from 255 or 33.08% from 659); Blue value is 229 (89.84% from 255 or 34.75% from 659); Max value from RGB is 229 - color contains mainly: blue. Hex color #D4DAE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4DAE5 is #2B251A. Grayscale: #D9D9D9. Windows color (decimal): -2827547 or 15063764. OLE color: 15063764.
HSL color Cylindrical-coordinate representation of color #D4DAE5: hue angle of 218.82º degrees, saturation: 0.25, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #D4DAE5 is Cyan = 0.07, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
RGB | 212 | 218 | 229 | - |
CMYK | 0.07 | 0.05 | 0 | 0.10 |
HSL | 218.82º | 0.25% | 0.86% | - |
HSV(B) | 218.82º | 0.07% | 0.9% | - |
XYZ | 66.37 | 69.8 | 84.1 | - |
YUV | 217.46 | 134.51 | 124.11 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 212 | 218 | 229 | 0.07 | 0.05 | 0 | 0.10 | 218.82 | 0.25 | 0.86 |
Hex | D4 | DA | E5 | 7 | 5 | 0 | A | DB | 19 | 56 |
Octal | 324 | 332 | 345 | 7 | 5 | 0 | 12 | 333 | 31 | 126 |
Binary | 11010100 | 11011010 | 11100101 | 111 | 101 | 0 | 1010 | 11011011 | 11001 | 1010110 |
Color Harmonies of #D4DAE5
Complementary color
Monochromatic Colors of #D4DAE5
Black with #D4DAE5
Text Example
Text Example
White with #D4DAE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4DAE5; }
p { color: rgb(212,218,229); }
H1.HeaderClassName
{
color: #D4DAE5;
}
.AnyTagClassName
{
color: #D4DAE5;
}
</style>
background-color css
<style>
a { background-color: #D4DAE5; }
a { background-color: rgb(212,218,229); }
div.DivClassName
{
background-color: #D4DAE5;
}
.BgClassName
{
background-color: #D4DAE5;
}
</style>
border-color css
<style>
span { border-color: #D4DAE5; }
span { border-color: rgb(212,218,229); }
td.TdClassName
{
border-color: #D4DAE5;
}
.TagClassName
{
border-color: #D4DAE5;
}
</style>