Shades of Hawkes Blue #DDE3F1
Tints of Hawkes Blue #DDE3F1
RGB
CMYK
RGB Variations
Color information
#DDE3F1 (or 0xDDE3F1) is known color: Hawkes Blue. HEX triplet: DD, E3 and F1. RGB value is (221,227,241). Sum of RGB (Red+Green+Blue) = 221+227+241=689 (91% of max value = 765). Red value is 221 (86.72% from 255 or 32.08% from 689); Green value is 227 (89.06% from 255 or 32.95% from 689); Blue value is 241 (94.53% from 255 or 34.98% from 689); Max value from RGB is 241 - color contains mainly: blue. Hex color #DDE3F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDE3F1 is #221C0E. Grayscale: #E2E2E2. Windows color (decimal): -2235407 or 15852509. OLE color: 15852509.
HSL color Cylindrical-coordinate representation of color #DDE3F1: hue angle of 222º degrees, saturation: 0.42, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DDE3F1 is Cyan = 0.08, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 221 | 227 | 241 | - |
| CMYK | 0.08 | 0.06 | 0 | 0.05 |
| HSL | 222º | 0.42% | 0.91% | - |
| HSV(B) | 222º | 0.08% | 0.95% | - |
| XYZ | 73.17 | 76.66 | 94.16 | - |
| YUV | 226.8 | 136.01 | 123.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 227 | 241 | 0.08 | 0.06 | 0 | 0.05 | 222 | 0.42 | 0.91 |
| Hex | DD | E3 | F1 | 8 | 6 | 0 | 5 | DE | 2A | 5B |
| Octal | 335 | 343 | 361 | 10 | 6 | 0 | 5 | 336 | 52 | 133 |
| Binary | 11011101 | 11100011 | 11110001 | 1000 | 110 | 0 | 101 | 11011110 | 101010 | 1011011 |
Color Harmonies of #DDE3F1
Complementary color
Monochromatic Colors of #DDE3F1
Black with #DDE3F1
Text Example
Text Example
White with #DDE3F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDE3F1; }
p { color: rgb(221,227,241); }
H1.HeaderClassName
{
color: #DDE3F1;
}
.AnyTagClassName
{
color: #DDE3F1;
}
</style>
background-color css
<style>
a { background-color: #DDE3F1; }
a { background-color: rgb(221,227,241); }
div.DivClassName
{
background-color: #DDE3F1;
}
.BgClassName
{
background-color: #DDE3F1;
}
</style>
border-color css
<style>
span { border-color: #DDE3F1; }
span { border-color: rgb(221,227,241); }
td.TdClassName
{
border-color: #DDE3F1;
}
.TagClassName
{
border-color: #DDE3F1;
}
</style>