Shades of Hawkes Blue #DDE1F3
Tints of Hawkes Blue #DDE1F3
RGB
CMYK
RGB Variations
Color information
#DDE1F3 (or 0xDDE1F3) is known color: Hawkes Blue. HEX triplet: DD, E1 and F3. RGB value is (221,225,243). Sum of RGB (Red+Green+Blue) = 221+225+243=689 (91% of max value = 765). Red value is 221 (86.72% from 255 or 32.08% from 689); Green value is 225 (88.28% from 255 or 32.66% from 689); Blue value is 243 (95.31% from 255 or 35.27% from 689); Max value from RGB is 243 - color contains mainly: blue. Hex color #DDE1F3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDE1F3 is #221E0C. Grayscale: #E1E1E1. Windows color (decimal): -2235917 or 15983069. OLE color: 15983069.
HSL color Cylindrical-coordinate representation of color #DDE1F3: hue angle of 229.09º 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 #DDE1F3 is Cyan = 0.09, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 221 | 225 | 243 | - |
| CMYK | 0.09 | 0.07 | 0 | 0.05 |
| HSL | 229.09º | 0.48% | 0.91% | - |
| HSV(B) | 229.09º | 0.09% | 0.95% | - |
| XYZ | 72.92 | 75.69 | 95.56 | - |
| YUV | 225.86 | 137.67 | 124.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 225 | 243 | 0.09 | 0.07 | 0 | 0.05 | 229.09 | 0.48 | 0.91 |
| Hex | DD | E1 | F3 | 9 | 7 | 0 | 5 | E5 | 30 | 5B |
| Octal | 335 | 341 | 363 | 11 | 7 | 0 | 5 | 345 | 60 | 133 |
| Binary | 11011101 | 11100001 | 11110011 | 1001 | 111 | 0 | 101 | 11100101 | 110000 | 1011011 |
Color Harmonies of #DDE1F3
Complementary color
Monochromatic Colors of #DDE1F3
Black with #DDE1F3
Text Example
Text Example
White with #DDE1F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDE1F3; }
p { color: rgb(221,225,243); }
H1.HeaderClassName
{
color: #DDE1F3;
}
.AnyTagClassName
{
color: #DDE1F3;
}
</style>
background-color css
<style>
a { background-color: #DDE1F3; }
a { background-color: rgb(221,225,243); }
div.DivClassName
{
background-color: #DDE1F3;
}
.BgClassName
{
background-color: #DDE1F3;
}
</style>
border-color css
<style>
span { border-color: #DDE1F3; }
span { border-color: rgb(221,225,243); }
td.TdClassName
{
border-color: #DDE1F3;
}
.TagClassName
{
border-color: #DDE1F3;
}
</style>