Shades of Hawkes Blue #DDE3F7
Tints of Hawkes Blue #DDE3F7
RGB
CMYK
RGB Variations
Color information
#DDE3F7 (or 0xDDE3F7) is known color: Hawkes Blue. HEX triplet: DD, E3 and F7. RGB value is (221,227,247). Sum of RGB (Red+Green+Blue) = 221+227+247=695 (92% of max value = 765). Red value is 221 (86.72% from 255 or 31.80% from 695); Green value is 227 (89.06% from 255 or 32.66% from 695); Blue value is 247 (96.88% from 255 or 35.54% from 695); Max value from RGB is 247 - color contains mainly: blue. Hex color #DDE3F7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDE3F7 is #221C08. Grayscale: #E3E3E3. Windows color (decimal): -2235401 or 16245725. OLE color: 16245725.
HSL color Cylindrical-coordinate representation of color #DDE3F7: hue angle of 226.15º 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 #DDE3F7 is Cyan = 0.11, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 221 | 227 | 247 | - |
| CMYK | 0.11 | 0.08 | 0 | 0.03 |
| HSL | 226.15º | 0.62% | 0.92% | - |
| HSV(B) | 226.15º | 0.11% | 0.97% | - |
| XYZ | 74.08 | 77.03 | 98.96 | - |
| YUV | 227.49 | 139.01 | 123.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 227 | 247 | 0.11 | 0.08 | 0 | 0.03 | 226.15 | 0.62 | 0.92 |
| Hex | DD | E3 | F7 | B | 8 | 0 | 3 | E2 | 3E | 5C |
| Octal | 335 | 343 | 367 | 13 | 10 | 0 | 3 | 342 | 76 | 134 |
| Binary | 11011101 | 11100011 | 11110111 | 1011 | 1000 | 0 | 11 | 11100010 | 111110 | 1011100 |
Color Harmonies of #DDE3F7
Complementary color
Monochromatic Colors of #DDE3F7
Black with #DDE3F7
Text Example
Text Example
White with #DDE3F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDE3F7; }
p { color: rgb(221,227,247); }
H1.HeaderClassName
{
color: #DDE3F7;
}
.AnyTagClassName
{
color: #DDE3F7;
}
</style>
background-color css
<style>
a { background-color: #DDE3F7; }
a { background-color: rgb(221,227,247); }
div.DivClassName
{
background-color: #DDE3F7;
}
.BgClassName
{
background-color: #DDE3F7;
}
</style>
border-color css
<style>
span { border-color: #DDE3F7; }
span { border-color: rgb(221,227,247); }
td.TdClassName
{
border-color: #DDE3F7;
}
.TagClassName
{
border-color: #DDE3F7;
}
</style>