Shades of Hawkes Blue #DDE3F6
Tints of Hawkes Blue #DDE3F6
RGB
CMYK
RGB Variations
Color information
#DDE3F6 (or 0xDDE3F6) is known color: Hawkes Blue. HEX triplet: DD, E3 and F6. RGB value is (221,227,246). Sum of RGB (Red+Green+Blue) = 221+227+246=694 (91% of max value = 765). Red value is 221 (86.72% from 255 or 31.84% from 694); Green value is 227 (89.06% from 255 or 32.71% from 694); Blue value is 246 (96.48% from 255 or 35.45% from 694); Max value from RGB is 246 - color contains mainly: blue. Hex color #DDE3F6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDE3F6 is #221C09. Grayscale: #E3E3E3. Windows color (decimal): -2235402 or 16180189. OLE color: 16180189.
HSL color Cylindrical-coordinate representation of color #DDE3F6: hue angle of 225.6º degrees, saturation: 0.58, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DDE3F6 is Cyan = 0.10, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 221 | 227 | 246 | - |
| CMYK | 0.10 | 0.08 | 0 | 0.04 |
| HSL | 225.6º | 0.58% | 0.92% | - |
| HSV(B) | 225.6º | 0.1% | 0.96% | - |
| XYZ | 73.92 | 76.96 | 98.15 | - |
| YUV | 227.37 | 138.51 | 123.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 227 | 246 | 0.10 | 0.08 | 0 | 0.04 | 225.6 | 0.58 | 0.92 |
| Hex | DD | E3 | F6 | A | 8 | 0 | 4 | E2 | 3A | 5C |
| Octal | 335 | 343 | 366 | 12 | 10 | 0 | 4 | 342 | 72 | 134 |
| Binary | 11011101 | 11100011 | 11110110 | 1010 | 1000 | 0 | 100 | 11100010 | 111010 | 1011100 |
Color Harmonies of #DDE3F6
Complementary color
Monochromatic Colors of #DDE3F6
Black with #DDE3F6
Text Example
Text Example
White with #DDE3F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDE3F6; }
p { color: rgb(221,227,246); }
H1.HeaderClassName
{
color: #DDE3F6;
}
.AnyTagClassName
{
color: #DDE3F6;
}
</style>
background-color css
<style>
a { background-color: #DDE3F6; }
a { background-color: rgb(221,227,246); }
div.DivClassName
{
background-color: #DDE3F6;
}
.BgClassName
{
background-color: #DDE3F6;
}
</style>
border-color css
<style>
span { border-color: #DDE3F6; }
span { border-color: rgb(221,227,246); }
td.TdClassName
{
border-color: #DDE3F6;
}
.TagClassName
{
border-color: #DDE3F6;
}
</style>