Shades of Hawkes Blue #D4E0EE
Tints of Hawkes Blue #D4E0EE
RGB
CMYK
RGB Variations
Color information
#D4E0EE (or 0xD4E0EE) is known color: Hawkes Blue. HEX triplet: D4, E0 and EE. RGB value is (212,224,238). Sum of RGB (Red+Green+Blue) = 212+224+238=674 (89% of max value = 765). Red value is 212 (83.20% from 255 or 31.45% from 674); Green value is 224 (87.89% from 255 or 33.23% from 674); Blue value is 238 (93.36% from 255 or 35.31% from 674); Max value from RGB is 238 - color contains mainly: blue. Hex color #D4E0EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4E0EE is #2B1F11. Grayscale: #DDDDDD. Windows color (decimal): -2826002 or 15655124. OLE color: 15655124.
HSL color Cylindrical-coordinate representation of color #D4E0EE: hue angle of 212.31º degrees, saturation: 0.43, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D4E0EE is Cyan = 0.11, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 212 | 224 | 238 | - |
| CMYK | 0.11 | 0.06 | 0 | 0.07 |
| HSL | 212.31º | 0.43% | 0.88% | - |
| HSV(B) | 212.31º | 0.11% | 0.93% | - |
| XYZ | 69.24 | 73.48 | 91.42 | - |
| YUV | 222.01 | 137.02 | 120.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 224 | 238 | 0.11 | 0.06 | 0 | 0.07 | 212.31 | 0.43 | 0.88 |
| Hex | D4 | E0 | EE | B | 6 | 0 | 7 | D4 | 2B | 58 |
| Octal | 324 | 340 | 356 | 13 | 6 | 0 | 7 | 324 | 53 | 130 |
| Binary | 11010100 | 11100000 | 11101110 | 1011 | 110 | 0 | 111 | 11010100 | 101011 | 1011000 |
Color Harmonies of #D4E0EE
Complementary color
Monochromatic Colors of #D4E0EE
Black with #D4E0EE
Text Example
Text Example
White with #D4E0EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4E0EE; }
p { color: rgb(212,224,238); }
H1.HeaderClassName
{
color: #D4E0EE;
}
.AnyTagClassName
{
color: #D4E0EE;
}
</style>
background-color css
<style>
a { background-color: #D4E0EE; }
a { background-color: rgb(212,224,238); }
div.DivClassName
{
background-color: #D4E0EE;
}
.BgClassName
{
background-color: #D4E0EE;
}
</style>
border-color css
<style>
span { border-color: #D4E0EE; }
span { border-color: rgb(212,224,238); }
td.TdClassName
{
border-color: #D4E0EE;
}
.TagClassName
{
border-color: #D4E0EE;
}
</style>