Shades of Hawkes Blue #DDDEE1
Tints of Hawkes Blue #DDDEE1
RGB
CMYK
RGB Variations
Color information
#DDDEE1 (or 0xDDDEE1) is known color: Hawkes Blue. HEX triplet: DD, DE and E1. RGB value is (221,222,225). Sum of RGB (Red+Green+Blue) = 221+222+225=668 (88% of max value = 765). Red value is 221 (86.72% from 255 or 33.08% from 668); Green value is 222 (87.11% from 255 or 33.23% from 668); Blue value is 225 (88.28% from 255 or 33.68% from 668); Max value from RGB is 225 - color contains mainly: blue. Hex color #DDDEE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDDEE1 is #22211E. Grayscale: #DEDEDE. Windows color (decimal): -2236703 or 14802653. OLE color: 14802653.
HSL color Cylindrical-coordinate representation of color #DDDEE1: hue angle of 225º degrees, saturation: 0.06, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #DDDEE1 is Cyan = 0.02, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
RGB | 221 | 222 | 225 | - |
CMYK | 0.02 | 0.01 | 0 | 0.12 |
HSL | 225º | 0.06% | 0.87% | - |
HSV(B) | 225º | 0.02% | 0.88% | - |
XYZ | 69.53 | 73.05 | 81.67 | - |
YUV | 222.04 | 129.67 | 127.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 222 | 225 | 0.02 | 0.01 | 0 | 0.12 | 225 | 0.06 | 0.87 |
Hex | DD | DE | E1 | 2 | 1 | 0 | C | E1 | 6 | 57 |
Octal | 335 | 336 | 341 | 2 | 1 | 0 | 14 | 341 | 6 | 127 |
Binary | 11011101 | 11011110 | 11100001 | 10 | 1 | 0 | 1100 | 11100001 | 110 | 1010111 |
Color Harmonies of #DDDEE1
Complementary color
Monochromatic Colors of #DDDEE1
Black with #DDDEE1
Text Example
Text Example
White with #DDDEE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDEE1; }
p { color: rgb(221,222,225); }
H1.HeaderClassName
{
color: #DDDEE1;
}
.AnyTagClassName
{
color: #DDDEE1;
}
</style>
background-color css
<style>
a { background-color: #DDDEE1; }
a { background-color: rgb(221,222,225); }
div.DivClassName
{
background-color: #DDDEE1;
}
.BgClassName
{
background-color: #DDDEE1;
}
</style>
border-color css
<style>
span { border-color: #DDDEE1; }
span { border-color: rgb(221,222,225); }
td.TdClassName
{
border-color: #DDDEE1;
}
.TagClassName
{
border-color: #DDDEE1;
}
</style>