Shades of Hawkes Blue #DDE1ED
Tints of Hawkes Blue #DDE1ED
RGB
CMYK
RGB Variations
Color information
#DDE1ED (or 0xDDE1ED) is known color: Hawkes Blue. HEX triplet: DD, E1 and ED. RGB value is (221,225,237). Sum of RGB (Red+Green+Blue) = 221+225+237=683 (90% of max value = 765). Red value is 221 (86.72% from 255 or 32.36% from 683); Green value is 225 (88.28% from 255 or 32.94% from 683); Blue value is 237 (92.97% from 255 or 34.70% from 683); Max value from RGB is 237 - color contains mainly: blue. Hex color #DDE1ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDE1ED is #221E12. Grayscale: #E1E1E1. Windows color (decimal): -2235923 or 15589853. OLE color: 15589853.
HSL color Cylindrical-coordinate representation of color #DDE1ED: hue angle of 225º degrees, saturation: 0.31, 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 #DDE1ED is Cyan = 0.07, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 221 | 225 | 237 | - |
CMYK | 0.07 | 0.05 | 0 | 0.07 |
HSL | 225º | 0.31% | 0.9% | - |
HSV(B) | 225º | 0.07% | 0.93% | - |
XYZ | 72.03 | 75.34 | 90.87 | - |
YUV | 225.17 | 134.67 | 125.02 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 225 | 237 | 0.07 | 0.05 | 0 | 0.07 | 225 | 0.31 | 0.9 |
Hex | DD | E1 | ED | 7 | 5 | 0 | 7 | E1 | 1F | 5A |
Octal | 335 | 341 | 355 | 7 | 5 | 0 | 7 | 341 | 37 | 132 |
Binary | 11011101 | 11100001 | 11101101 | 111 | 101 | 0 | 111 | 11100001 | 11111 | 1011010 |
Color Harmonies of #DDE1ED
Complementary color
Monochromatic Colors of #DDE1ED
Black with #DDE1ED
Text Example
Text Example
White with #DDE1ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDE1ED; }
p { color: rgb(221,225,237); }
H1.HeaderClassName
{
color: #DDE1ED;
}
.AnyTagClassName
{
color: #DDE1ED;
}
</style>
background-color css
<style>
a { background-color: #DDE1ED; }
a { background-color: rgb(221,225,237); }
div.DivClassName
{
background-color: #DDE1ED;
}
.BgClassName
{
background-color: #DDE1ED;
}
</style>
border-color css
<style>
span { border-color: #DDE1ED; }
span { border-color: rgb(221,225,237); }
td.TdClassName
{
border-color: #DDE1ED;
}
.TagClassName
{
border-color: #DDE1ED;
}
</style>