Shades of Hawkes Blue #D4D8EE
Tints of Hawkes Blue #D4D8EE
RGB
CMYK
RGB Variations
Color information
#D4D8EE (or 0xD4D8EE) is known color: Hawkes Blue. HEX triplet: D4, D8 and EE. RGB value is (212,216,238). Sum of RGB (Red+Green+Blue) = 212+216+238=666 (88% of max value = 765). Red value is 212 (83.20% from 255 or 31.83% from 666); Green value is 216 (84.77% from 255 or 32.43% from 666); Blue value is 238 (93.36% from 255 or 35.74% from 666); Max value from RGB is 238 - color contains mainly: blue. Hex color #D4D8EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4D8EE is #2B2711. Grayscale: #D9D9D9. Windows color (decimal): -2828050 or 15653076. OLE color: 15653076.
HSL color Cylindrical-coordinate representation of color #D4D8EE: hue angle of 230.77º 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 #D4D8EE is Cyan = 0.11, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 212 | 216 | 238 | - |
CMYK | 0.11 | 0.09 | 0 | 0.07 |
HSL | 230.77º | 0.43% | 0.88% | - |
HSV(B) | 230.77º | 0.11% | 0.93% | - |
XYZ | 67.14 | 69.28 | 90.72 | - |
YUV | 217.31 | 139.67 | 124.21 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 212 | 216 | 238 | 0.11 | 0.09 | 0 | 0.07 | 230.77 | 0.43 | 0.88 |
Hex | D4 | D8 | EE | B | 9 | 0 | 7 | E7 | 2B | 58 |
Octal | 324 | 330 | 356 | 13 | 11 | 0 | 7 | 347 | 53 | 130 |
Binary | 11010100 | 11011000 | 11101110 | 1011 | 1001 | 0 | 111 | 11100111 | 101011 | 1011000 |
Color Harmonies of #D4D8EE
Complementary color
Monochromatic Colors of #D4D8EE
Black with #D4D8EE
Text Example
Text Example
White with #D4D8EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4D8EE; }
p { color: rgb(212,216,238); }
H1.HeaderClassName
{
color: #D4D8EE;
}
.AnyTagClassName
{
color: #D4D8EE;
}
</style>
background-color css
<style>
a { background-color: #D4D8EE; }
a { background-color: rgb(212,216,238); }
div.DivClassName
{
background-color: #D4D8EE;
}
.BgClassName
{
background-color: #D4D8EE;
}
</style>
border-color css
<style>
span { border-color: #D4D8EE; }
span { border-color: rgb(212,216,238); }
td.TdClassName
{
border-color: #D4D8EE;
}
.TagClassName
{
border-color: #D4D8EE;
}
</style>