Shades of Hawkes Blue #D4DAEC
Tints of Hawkes Blue #D4DAEC
RGB
CMYK
RGB Variations
Color information
#D4DAEC (or 0xD4DAEC) is known color: Hawkes Blue. HEX triplet: D4, DA and EC. RGB value is (212,218,236). Sum of RGB (Red+Green+Blue) = 212+218+236=666 (88% of max value = 765). Red value is 212 (83.20% from 255 or 31.83% from 666); Green value is 218 (85.55% from 255 or 32.73% from 666); Blue value is 236 (92.58% from 255 or 35.44% from 666); Max value from RGB is 236 - color contains mainly: blue. Hex color #D4DAEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4DAEC is #2B2513. Grayscale: #DADADA. Windows color (decimal): -2827540 or 15522516. OLE color: 15522516.
HSL color Cylindrical-coordinate representation of color #D4DAEC: hue angle of 225º degrees, saturation: 0.39, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D4DAEC is Cyan = 0.10, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 212 | 218 | 236 | - |
CMYK | 0.10 | 0.08 | 0 | 0.07 |
HSL | 225º | 0.39% | 0.88% | - |
HSV(B) | 225º | 0.1% | 0.93% | - |
XYZ | 67.36 | 70.2 | 89.36 | - |
YUV | 218.26 | 138.01 | 123.54 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 212 | 218 | 236 | 0.10 | 0.08 | 0 | 0.07 | 225 | 0.39 | 0.88 |
Hex | D4 | DA | EC | A | 8 | 0 | 7 | E1 | 27 | 58 |
Octal | 324 | 332 | 354 | 12 | 10 | 0 | 7 | 341 | 47 | 130 |
Binary | 11010100 | 11011010 | 11101100 | 1010 | 1000 | 0 | 111 | 11100001 | 100111 | 1011000 |
Color Harmonies of #D4DAEC
Complementary color
Monochromatic Colors of #D4DAEC
Black with #D4DAEC
Text Example
Text Example
White with #D4DAEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4DAEC; }
p { color: rgb(212,218,236); }
H1.HeaderClassName
{
color: #D4DAEC;
}
.AnyTagClassName
{
color: #D4DAEC;
}
</style>
background-color css
<style>
a { background-color: #D4DAEC; }
a { background-color: rgb(212,218,236); }
div.DivClassName
{
background-color: #D4DAEC;
}
.BgClassName
{
background-color: #D4DAEC;
}
</style>
border-color css
<style>
span { border-color: #D4DAEC; }
span { border-color: rgb(212,218,236); }
td.TdClassName
{
border-color: #D4DAEC;
}
.TagClassName
{
border-color: #D4DAEC;
}
</style>