Shades of Hawkes Blue #D4DBF7
Tints of Hawkes Blue #D4DBF7
RGB
CMYK
RGB Variations
Color information
#D4DBF7 (or 0xD4DBF7) is known color: Hawkes Blue. HEX triplet: D4, DB and F7. RGB value is (212,219,247). Sum of RGB (Red+Green+Blue) = 212+219+247=678 (89% of max value = 765). Red value is 212 (83.20% from 255 or 31.27% from 678); Green value is 219 (85.94% from 255 or 32.30% from 678); Blue value is 247 (96.88% from 255 or 36.43% from 678); Max value from RGB is 247 - color contains mainly: blue. Hex color #D4DBF7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4DBF7 is #2B2408. Grayscale: #DBDBDB. Windows color (decimal): -2827273 or 16243668. OLE color: 16243668.
HSL color Cylindrical-coordinate representation of color #D4DBF7: hue angle of 228º degrees, saturation: 0.69, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D4DBF7 is Cyan = 0.14, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 212 | 219 | 247 | - |
| CMYK | 0.14 | 0.11 | 0 | 0.03 |
| HSL | 228º | 0.69% | 0.9% | - |
| HSV(B) | 228º | 0.14% | 0.97% | - |
| XYZ | 69.27 | 71.38 | 98.12 | - |
| YUV | 220.1 | 143.18 | 122.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 219 | 247 | 0.14 | 0.11 | 0 | 0.03 | 228 | 0.69 | 0.9 |
| Hex | D4 | DB | F7 | E | B | 0 | 3 | E4 | 45 | 5A |
| Octal | 324 | 333 | 367 | 16 | 13 | 0 | 3 | 344 | 105 | 132 |
| Binary | 11010100 | 11011011 | 11110111 | 1110 | 1011 | 0 | 11 | 11100100 | 1000101 | 1011010 |
Color Harmonies of #D4DBF7
Complementary color
Monochromatic Colors of #D4DBF7
Black with #D4DBF7
Text Example
Text Example
White with #D4DBF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4DBF7; }
p { color: rgb(212,219,247); }
H1.HeaderClassName
{
color: #D4DBF7;
}
.AnyTagClassName
{
color: #D4DBF7;
}
</style>
background-color css
<style>
a { background-color: #D4DBF7; }
a { background-color: rgb(212,219,247); }
div.DivClassName
{
background-color: #D4DBF7;
}
.BgClassName
{
background-color: #D4DBF7;
}
</style>
border-color css
<style>
span { border-color: #D4DBF7; }
span { border-color: rgb(212,219,247); }
td.TdClassName
{
border-color: #D4DBF7;
}
.TagClassName
{
border-color: #D4DBF7;
}
</style>