Shades of Hawkes Blue #D4DEEF
Tints of Hawkes Blue #D4DEEF
RGB
CMYK
RGB Variations
Color information
#D4DEEF (or 0xD4DEEF) is known color: Hawkes Blue. HEX triplet: D4, DE and EF. RGB value is (212,222,239). Sum of RGB (Red+Green+Blue) = 212+222+239=673 (89% of max value = 765). Red value is 212 (83.20% from 255 or 31.50% from 673); Green value is 222 (87.11% from 255 or 32.99% from 673); Blue value is 239 (93.75% from 255 or 35.51% from 673); Max value from RGB is 239 - color contains mainly: blue. Hex color #D4DEEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4DEEF is #2B2110. Grayscale: #DCDCDC. Windows color (decimal): -2826513 or 15720148. OLE color: 15720148.
HSL color Cylindrical-coordinate representation of color #D4DEEF: hue angle of 217.78º degrees, saturation: 0.46, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D4DEEF is Cyan = 0.11, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 212 | 222 | 239 | - |
| CMYK | 0.11 | 0.07 | 0 | 0.06 |
| HSL | 217.78º | 0.46% | 0.88% | - |
| HSV(B) | 217.78º | 0.11% | 0.94% | - |
| XYZ | 68.85 | 72.47 | 92.02 | - |
| YUV | 220.95 | 138.19 | 121.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 222 | 239 | 0.11 | 0.07 | 0 | 0.06 | 217.78 | 0.46 | 0.88 |
| Hex | D4 | DE | EF | B | 7 | 0 | 6 | DA | 2E | 58 |
| Octal | 324 | 336 | 357 | 13 | 7 | 0 | 6 | 332 | 56 | 130 |
| Binary | 11010100 | 11011110 | 11101111 | 1011 | 111 | 0 | 110 | 11011010 | 101110 | 1011000 |
Color Harmonies of #D4DEEF
Complementary color
Monochromatic Colors of #D4DEEF
Black with #D4DEEF
Text Example
Text Example
White with #D4DEEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4DEEF; }
p { color: rgb(212,222,239); }
H1.HeaderClassName
{
color: #D4DEEF;
}
.AnyTagClassName
{
color: #D4DEEF;
}
</style>
background-color css
<style>
a { background-color: #D4DEEF; }
a { background-color: rgb(212,222,239); }
div.DivClassName
{
background-color: #D4DEEF;
}
.BgClassName
{
background-color: #D4DEEF;
}
</style>
border-color css
<style>
span { border-color: #D4DEEF; }
span { border-color: rgb(212,222,239); }
td.TdClassName
{
border-color: #D4DEEF;
}
.TagClassName
{
border-color: #D4DEEF;
}
</style>