Shades of Hawkes Blue #D4DBEA
Tints of Hawkes Blue #D4DBEA
RGB
CMYK
RGB Variations
Color information
#D4DBEA (or 0xD4DBEA) is known color: Hawkes Blue. HEX triplet: D4, DB and EA. RGB value is (212,219,234). Sum of RGB (Red+Green+Blue) = 212+219+234=665 (88% of max value = 765). Red value is 212 (83.20% from 255 or 31.88% from 665); Green value is 219 (85.94% from 255 or 32.93% from 665); Blue value is 234 (91.80% from 255 or 35.19% from 665); Max value from RGB is 234 - color contains mainly: blue. Hex color #D4DBEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4DBEA is #2B2415. Grayscale: #DADADA. Windows color (decimal): -2827286 or 15391700. OLE color: 15391700.
HSL color Cylindrical-coordinate representation of color #D4DBEA: hue angle of 220.91º degrees, saturation: 0.34, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D4DBEA is Cyan = 0.09, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 212 | 219 | 234 | - |
| CMYK | 0.09 | 0.06 | 0 | 0.08 |
| HSL | 220.91º | 0.34% | 0.87% | - |
| HSV(B) | 220.91º | 0.09% | 0.92% | - |
| XYZ | 67.33 | 70.6 | 87.92 | - |
| YUV | 218.62 | 136.68 | 123.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 219 | 234 | 0.09 | 0.06 | 0 | 0.08 | 220.91 | 0.34 | 0.87 |
| Hex | D4 | DB | EA | 9 | 6 | 0 | 8 | DD | 22 | 57 |
| Octal | 324 | 333 | 352 | 11 | 6 | 0 | 10 | 335 | 42 | 127 |
| Binary | 11010100 | 11011011 | 11101010 | 1001 | 110 | 0 | 1000 | 11011101 | 100010 | 1010111 |
Color Harmonies of #D4DBEA
Complementary color
Monochromatic Colors of #D4DBEA
Black with #D4DBEA
Text Example
Text Example
White with #D4DBEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4DBEA; }
p { color: rgb(212,219,234); }
H1.HeaderClassName
{
color: #D4DBEA;
}
.AnyTagClassName
{
color: #D4DBEA;
}
</style>
background-color css
<style>
a { background-color: #D4DBEA; }
a { background-color: rgb(212,219,234); }
div.DivClassName
{
background-color: #D4DBEA;
}
.BgClassName
{
background-color: #D4DBEA;
}
</style>
border-color css
<style>
span { border-color: #D4DBEA; }
span { border-color: rgb(212,219,234); }
td.TdClassName
{
border-color: #D4DBEA;
}
.TagClassName
{
border-color: #D4DBEA;
}
</style>