Shades of Hawkes Blue #D4DDE9
Tints of Hawkes Blue #D4DDE9
RGB
CMYK
RGB Variations
Color information
#D4DDE9 (or 0xD4DDE9) is known color: Hawkes Blue. HEX triplet: D4, DD and E9. RGB value is (212,221,233). Sum of RGB (Red+Green+Blue) = 212+221+233=666 (88% of max value = 765). Red value is 212 (83.20% from 255 or 31.83% from 666); Green value is 221 (86.72% from 255 or 33.18% from 666); Blue value is 233 (91.41% from 255 or 34.98% from 666); Max value from RGB is 233 - color contains mainly: blue. Hex color #D4DDE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4DDE9 is #2B2216. Grayscale: #DBDBDB. Windows color (decimal): -2826775 or 15326676. OLE color: 15326676.
HSL color Cylindrical-coordinate representation of color #D4DDE9: hue angle of 214.29º degrees, saturation: 0.32, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D4DDE9 is Cyan = 0.09, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
RGB | 212 | 221 | 233 | - |
CMYK | 0.09 | 0.05 | 0 | 0.09 |
HSL | 214.29º | 0.32% | 0.87% | - |
HSV(B) | 214.29º | 0.09% | 0.91% | - |
XYZ | 67.72 | 71.59 | 87.34 | - |
YUV | 219.68 | 135.52 | 122.52 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 212 | 221 | 233 | 0.09 | 0.05 | 0 | 0.09 | 214.29 | 0.32 | 0.87 |
Hex | D4 | DD | E9 | 9 | 5 | 0 | 9 | D6 | 20 | 57 |
Octal | 324 | 335 | 351 | 11 | 5 | 0 | 11 | 326 | 40 | 127 |
Binary | 11010100 | 11011101 | 11101001 | 1001 | 101 | 0 | 1001 | 11010110 | 100000 | 1010111 |
Color Harmonies of #D4DDE9
Complementary color
Monochromatic Colors of #D4DDE9
Black with #D4DDE9
Text Example
Text Example
White with #D4DDE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4DDE9; }
p { color: rgb(212,221,233); }
H1.HeaderClassName
{
color: #D4DDE9;
}
.AnyTagClassName
{
color: #D4DDE9;
}
</style>
background-color css
<style>
a { background-color: #D4DDE9; }
a { background-color: rgb(212,221,233); }
div.DivClassName
{
background-color: #D4DDE9;
}
.BgClassName
{
background-color: #D4DDE9;
}
</style>
border-color css
<style>
span { border-color: #D4DDE9; }
span { border-color: rgb(212,221,233); }
td.TdClassName
{
border-color: #D4DDE9;
}
.TagClassName
{
border-color: #D4DDE9;
}
</style>