Shades of Hawkes Blue #D4D9E5
Tints of Hawkes Blue #D4D9E5
RGB
CMYK
RGB Variations
Color information
#D4D9E5 (or 0xD4D9E5) is known color: Hawkes Blue. HEX triplet: D4, D9 and E5. RGB value is (212,217,229). Sum of RGB (Red+Green+Blue) = 212+217+229=658 (87% of max value = 765). Red value is 212 (83.20% from 255 or 32.22% from 658); Green value is 217 (85.16% from 255 or 32.98% from 658); Blue value is 229 (89.84% from 255 or 34.80% from 658); Max value from RGB is 229 - color contains mainly: blue. Hex color #D4D9E5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4D9E5 is #2B261A. Grayscale: #D8D8D8. Windows color (decimal): -2827803 or 15063508. OLE color: 15063508.
HSL color Cylindrical-coordinate representation of color #D4D9E5: hue angle of 222.35º 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 #D4D9E5 is Cyan = 0.07, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
RGB | 212 | 217 | 229 | - |
CMYK | 0.07 | 0.05 | 0 | 0.10 |
HSL | 222.35º | 0.25% | 0.86% | - |
HSV(B) | 222.35º | 0.07% | 0.9% | - |
XYZ | 66.11 | 69.28 | 84.02 | - |
YUV | 216.87 | 134.84 | 124.52 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 212 | 217 | 229 | 0.07 | 0.05 | 0 | 0.10 | 222.35 | 0.25 | 0.86 |
Hex | D4 | D9 | E5 | 7 | 5 | 0 | A | DE | 19 | 56 |
Octal | 324 | 331 | 345 | 7 | 5 | 0 | 12 | 336 | 31 | 126 |
Binary | 11010100 | 11011001 | 11100101 | 111 | 101 | 0 | 1010 | 11011110 | 11001 | 1010110 |
Color Harmonies of #D4D9E5
Complementary color
Monochromatic Colors of #D4D9E5
Black with #D4D9E5
Text Example
Text Example
White with #D4D9E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4D9E5; }
p { color: rgb(212,217,229); }
H1.HeaderClassName
{
color: #D4D9E5;
}
.AnyTagClassName
{
color: #D4D9E5;
}
</style>
background-color css
<style>
a { background-color: #D4D9E5; }
a { background-color: rgb(212,217,229); }
div.DivClassName
{
background-color: #D4D9E5;
}
.BgClassName
{
background-color: #D4D9E5;
}
</style>
border-color css
<style>
span { border-color: #D4D9E5; }
span { border-color: rgb(212,217,229); }
td.TdClassName
{
border-color: #D4D9E5;
}
.TagClassName
{
border-color: #D4D9E5;
}
</style>