Shades of Hawkes Blue #D4DBE5
Tints of Hawkes Blue #D4DBE5
RGB
CMYK
RGB Variations
Color information
#D4DBE5 (or 0xD4DBE5) is known color: Hawkes Blue. HEX triplet: D4, DB and E5. RGB value is (212,219,229). Sum of RGB (Red+Green+Blue) = 212+219+229=660 (87% of max value = 765). Red value is 212 (83.20% from 255 or 32.12% from 660); Green value is 219 (85.94% from 255 or 33.18% from 660); Blue value is 229 (89.84% from 255 or 34.70% from 660); Max value from RGB is 229 - color contains mainly: blue. Hex color #D4DBE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4DBE5 is #2B241A. Grayscale: #D9D9D9. Windows color (decimal): -2827291 or 15064020. OLE color: 15064020.
HSL color Cylindrical-coordinate representation of color #D4DBE5: hue angle of 215.29º 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 #D4DBE5 is Cyan = 0.07, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
RGB | 212 | 219 | 229 | - |
CMYK | 0.07 | 0.04 | 0 | 0.10 |
HSL | 215.29º | 0.25% | 0.86% | - |
HSV(B) | 215.29º | 0.07% | 0.9% | - |
XYZ | 66.63 | 70.32 | 84.19 | - |
YUV | 218.05 | 134.18 | 123.69 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 212 | 219 | 229 | 0.07 | 0.04 | 0 | 0.10 | 215.29 | 0.25 | 0.86 |
Hex | D4 | DB | E5 | 7 | 4 | 0 | A | D7 | 19 | 56 |
Octal | 324 | 333 | 345 | 7 | 4 | 0 | 12 | 327 | 31 | 126 |
Binary | 11010100 | 11011011 | 11100101 | 111 | 100 | 0 | 1010 | 11010111 | 11001 | 1010110 |
Color Harmonies of #D4DBE5
Complementary color
Monochromatic Colors of #D4DBE5
Black with #D4DBE5
Text Example
Text Example
White with #D4DBE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4DBE5; }
p { color: rgb(212,219,229); }
H1.HeaderClassName
{
color: #D4DBE5;
}
.AnyTagClassName
{
color: #D4DBE5;
}
</style>
background-color css
<style>
a { background-color: #D4DBE5; }
a { background-color: rgb(212,219,229); }
div.DivClassName
{
background-color: #D4DBE5;
}
.BgClassName
{
background-color: #D4DBE5;
}
</style>
border-color css
<style>
span { border-color: #D4DBE5; }
span { border-color: rgb(212,219,229); }
td.TdClassName
{
border-color: #D4DBE5;
}
.TagClassName
{
border-color: #D4DBE5;
}
</style>