Shades of Hawkes Blue #DDE3F3
Tints of Hawkes Blue #DDE3F3
RGB
CMYK
RGB Variations
Color information
#DDE3F3 (or 0xDDE3F3) is known color: Hawkes Blue. HEX triplet: DD, E3 and F3. RGB value is (221,227,243). Sum of RGB (Red+Green+Blue) = 221+227+243=691 (91% of max value = 765). Red value is 221 (86.72% from 255 or 31.98% from 691); Green value is 227 (89.06% from 255 or 32.85% from 691); Blue value is 243 (95.31% from 255 or 35.17% from 691); Max value from RGB is 243 - color contains mainly: blue. Hex color #DDE3F3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDE3F3 is #221C0C. Grayscale: #E2E2E2. Windows color (decimal): -2235405 or 15983581. OLE color: 15983581.
HSL color Cylindrical-coordinate representation of color #DDE3F3: hue angle of 223.64º degrees, saturation: 0.48, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DDE3F3 is Cyan = 0.09, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 221 | 227 | 243 | - |
| CMYK | 0.09 | 0.07 | 0 | 0.05 |
| HSL | 223.64º | 0.48% | 0.91% | - |
| HSV(B) | 223.64º | 0.09% | 0.95% | - |
| XYZ | 73.47 | 76.78 | 95.74 | - |
| YUV | 227.03 | 137.01 | 123.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 227 | 243 | 0.09 | 0.07 | 0 | 0.05 | 223.64 | 0.48 | 0.91 |
| Hex | DD | E3 | F3 | 9 | 7 | 0 | 5 | E0 | 30 | 5B |
| Octal | 335 | 343 | 363 | 11 | 7 | 0 | 5 | 340 | 60 | 133 |
| Binary | 11011101 | 11100011 | 11110011 | 1001 | 111 | 0 | 101 | 11100000 | 110000 | 1011011 |
Color Harmonies of #DDE3F3
Complementary color
Monochromatic Colors of #DDE3F3
Black with #DDE3F3
Text Example
Text Example
White with #DDE3F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDE3F3; }
p { color: rgb(221,227,243); }
H1.HeaderClassName
{
color: #DDE3F3;
}
.AnyTagClassName
{
color: #DDE3F3;
}
</style>
background-color css
<style>
a { background-color: #DDE3F3; }
a { background-color: rgb(221,227,243); }
div.DivClassName
{
background-color: #DDE3F3;
}
.BgClassName
{
background-color: #DDE3F3;
}
</style>
border-color css
<style>
span { border-color: #DDE3F3; }
span { border-color: rgb(221,227,243); }
td.TdClassName
{
border-color: #DDE3F3;
}
.TagClassName
{
border-color: #DDE3F3;
}
</style>