Shades of Hawkes Blue #DDE2F7
Tints of Hawkes Blue #DDE2F7
RGB
CMYK
RGB Variations
Color information
#DDE2F7 (or 0xDDE2F7) is known color: Hawkes Blue. HEX triplet: DD, E2 and F7. RGB value is (221,226,247). Sum of RGB (Red+Green+Blue) = 221+226+247=694 (91% of max value = 765). Red value is 221 (86.72% from 255 or 31.84% from 694); Green value is 226 (88.67% from 255 or 32.56% from 694); Blue value is 247 (96.88% from 255 or 35.59% from 694); Max value from RGB is 247 - color contains mainly: blue. Hex color #DDE2F7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDE2F7 is #221D08. Grayscale: #E2E2E2. Windows color (decimal): -2235657 or 16245469. OLE color: 16245469.
HSL color Cylindrical-coordinate representation of color #DDE2F7: hue angle of 228.46º degrees, saturation: 0.62, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DDE2F7 is Cyan = 0.11, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 221 | 226 | 247 | - |
| CMYK | 0.11 | 0.09 | 0 | 0.03 |
| HSL | 228.46º | 0.62% | 0.92% | - |
| HSV(B) | 228.46º | 0.11% | 0.97% | - |
| XYZ | 73.8 | 76.48 | 98.87 | - |
| YUV | 226.9 | 139.34 | 123.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 226 | 247 | 0.11 | 0.09 | 0 | 0.03 | 228.46 | 0.62 | 0.92 |
| Hex | DD | E2 | F7 | B | 9 | 0 | 3 | E4 | 3E | 5C |
| Octal | 335 | 342 | 367 | 13 | 11 | 0 | 3 | 344 | 76 | 134 |
| Binary | 11011101 | 11100010 | 11110111 | 1011 | 1001 | 0 | 11 | 11100100 | 111110 | 1011100 |
Color Harmonies of #DDE2F7
Complementary color
Monochromatic Colors of #DDE2F7
Black with #DDE2F7
Text Example
Text Example
White with #DDE2F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDE2F7; }
p { color: rgb(221,226,247); }
H1.HeaderClassName
{
color: #DDE2F7;
}
.AnyTagClassName
{
color: #DDE2F7;
}
</style>
background-color css
<style>
a { background-color: #DDE2F7; }
a { background-color: rgb(221,226,247); }
div.DivClassName
{
background-color: #DDE2F7;
}
.BgClassName
{
background-color: #DDE2F7;
}
</style>
border-color css
<style>
span { border-color: #DDE2F7; }
span { border-color: rgb(221,226,247); }
td.TdClassName
{
border-color: #DDE2F7;
}
.TagClassName
{
border-color: #DDE2F7;
}
</style>