Shades of Hawkes Blue #DDE3F4
Tints of Hawkes Blue #DDE3F4
RGB
CMYK
RGB Variations
Color information
#DDE3F4 (or 0xDDE3F4) is known color: Hawkes Blue. HEX triplet: DD, E3 and F4. RGB value is (221,227,244). Sum of RGB (Red+Green+Blue) = 221+227+244=692 (91% of max value = 765). Red value is 221 (86.72% from 255 or 31.94% from 692); Green value is 227 (89.06% from 255 or 32.80% from 692); Blue value is 244 (95.70% from 255 or 35.26% from 692); Max value from RGB is 244 - color contains mainly: blue. Hex color #DDE3F4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDE3F4 is #221C0B. Grayscale: #E3E3E3. Windows color (decimal): -2235404 or 16049117. OLE color: 16049117.
HSL color Cylindrical-coordinate representation of color #DDE3F4: hue angle of 224.35º degrees, saturation: 0.51, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DDE3F4 is Cyan = 0.09, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 221 | 227 | 244 | - |
| CMYK | 0.09 | 0.07 | 0 | 0.04 |
| HSL | 224.35º | 0.51% | 0.91% | - |
| HSV(B) | 224.35º | 0.09% | 0.96% | - |
| XYZ | 73.62 | 76.84 | 96.54 | - |
| YUV | 227.14 | 137.51 | 123.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 227 | 244 | 0.09 | 0.07 | 0 | 0.04 | 224.35 | 0.51 | 0.91 |
| Hex | DD | E3 | F4 | 9 | 7 | 0 | 4 | E0 | 33 | 5B |
| Octal | 335 | 343 | 364 | 11 | 7 | 0 | 4 | 340 | 63 | 133 |
| Binary | 11011101 | 11100011 | 11110100 | 1001 | 111 | 0 | 100 | 11100000 | 110011 | 1011011 |
Color Harmonies of #DDE3F4
Complementary color
Monochromatic Colors of #DDE3F4
Black with #DDE3F4
Text Example
Text Example
White with #DDE3F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDE3F4; }
p { color: rgb(221,227,244); }
H1.HeaderClassName
{
color: #DDE3F4;
}
.AnyTagClassName
{
color: #DDE3F4;
}
</style>
background-color css
<style>
a { background-color: #DDE3F4; }
a { background-color: rgb(221,227,244); }
div.DivClassName
{
background-color: #DDE3F4;
}
.BgClassName
{
background-color: #DDE3F4;
}
</style>
border-color css
<style>
span { border-color: #DDE3F4; }
span { border-color: rgb(221,227,244); }
td.TdClassName
{
border-color: #DDE3F4;
}
.TagClassName
{
border-color: #DDE3F4;
}
</style>