Shades of Hawkes Blue #DDE3EE
Tints of Hawkes Blue #DDE3EE
RGB
CMYK
RGB Variations
Color information
#DDE3EE (or 0xDDE3EE) is known color: Hawkes Blue. HEX triplet: DD, E3 and EE. RGB value is (221,227,238). Sum of RGB (Red+Green+Blue) = 221+227+238=686 (90% of max value = 765). Red value is 221 (86.72% from 255 or 32.22% from 686); Green value is 227 (89.06% from 255 or 33.09% from 686); Blue value is 238 (93.36% from 255 or 34.69% from 686); Max value from RGB is 238 - color contains mainly: blue. Hex color #DDE3EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDE3EE is #221C11. Grayscale: #E2E2E2. Windows color (decimal): -2235410 or 15655901. OLE color: 15655901.
HSL color Cylindrical-coordinate representation of color #DDE3EE: hue angle of 218.82º degrees, saturation: 0.33, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DDE3EE is Cyan = 0.07, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 221 | 227 | 238 | - |
| CMYK | 0.07 | 0.05 | 0 | 0.07 |
| HSL | 218.82º | 0.33% | 0.9% | - |
| HSV(B) | 218.82º | 0.07% | 0.93% | - |
| XYZ | 72.72 | 76.48 | 91.82 | - |
| YUV | 226.46 | 134.51 | 124.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 227 | 238 | 0.07 | 0.05 | 0 | 0.07 | 218.82 | 0.33 | 0.9 |
| Hex | DD | E3 | EE | 7 | 5 | 0 | 7 | DB | 21 | 5A |
| Octal | 335 | 343 | 356 | 7 | 5 | 0 | 7 | 333 | 41 | 132 |
| Binary | 11011101 | 11100011 | 11101110 | 111 | 101 | 0 | 111 | 11011011 | 100001 | 1011010 |
Color Harmonies of #DDE3EE
Complementary color
Monochromatic Colors of #DDE3EE
Black with #DDE3EE
Text Example
Text Example
White with #DDE3EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDE3EE; }
p { color: rgb(221,227,238); }
H1.HeaderClassName
{
color: #DDE3EE;
}
.AnyTagClassName
{
color: #DDE3EE;
}
</style>
background-color css
<style>
a { background-color: #DDE3EE; }
a { background-color: rgb(221,227,238); }
div.DivClassName
{
background-color: #DDE3EE;
}
.BgClassName
{
background-color: #DDE3EE;
}
</style>
border-color css
<style>
span { border-color: #DDE3EE; }
span { border-color: rgb(221,227,238); }
td.TdClassName
{
border-color: #DDE3EE;
}
.TagClassName
{
border-color: #DDE3EE;
}
</style>