Shades of Hawkes Blue #DDDEE3
Tints of Hawkes Blue #DDDEE3
RGB
CMYK
RGB Variations
Color information
#DDDEE3 (or 0xDDDEE3) is known color: Hawkes Blue. HEX triplet: DD, DE and E3. RGB value is (221,222,227). Sum of RGB (Red+Green+Blue) = 221+222+227=670 (88% of max value = 765). Red value is 221 (86.72% from 255 or 32.99% from 670); Green value is 222 (87.11% from 255 or 33.13% from 670); Blue value is 227 (89.06% from 255 or 33.88% from 670); Max value from RGB is 227 - color contains mainly: blue. Hex color #DDDEE3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDDEE3 is #22211C. Grayscale: #DEDEDE. Windows color (decimal): -2236701 or 14933725. OLE color: 14933725.
HSL color Cylindrical-coordinate representation of color #DDDEE3: hue angle of 230º degrees, saturation: 0.1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #DDDEE3 is Cyan = 0.03, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
RGB | 221 | 222 | 227 | - |
CMYK | 0.03 | 0.02 | 0 | 0.11 |
HSL | 230º | 0.1% | 0.88% | - |
HSV(B) | 230º | 0.03% | 0.89% | - |
XYZ | 69.81 | 73.16 | 83.12 | - |
YUV | 222.27 | 130.67 | 127.09 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 222 | 227 | 0.03 | 0.02 | 0 | 0.11 | 230 | 0.1 | 0.88 |
Hex | DD | DE | E3 | 3 | 2 | 0 | B | E6 | A | 58 |
Octal | 335 | 336 | 343 | 3 | 2 | 0 | 13 | 346 | 12 | 130 |
Binary | 11011101 | 11011110 | 11100011 | 11 | 10 | 0 | 1011 | 11100110 | 1010 | 1011000 |
Color Harmonies of #DDDEE3
Complementary color
Monochromatic Colors of #DDDEE3
Black with #DDDEE3
Text Example
Text Example
White with #DDDEE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDEE3; }
p { color: rgb(221,222,227); }
H1.HeaderClassName
{
color: #DDDEE3;
}
.AnyTagClassName
{
color: #DDDEE3;
}
</style>
background-color css
<style>
a { background-color: #DDDEE3; }
a { background-color: rgb(221,222,227); }
div.DivClassName
{
background-color: #DDDEE3;
}
.BgClassName
{
background-color: #DDDEE3;
}
</style>
border-color css
<style>
span { border-color: #DDDEE3; }
span { border-color: rgb(221,222,227); }
td.TdClassName
{
border-color: #DDDEE3;
}
.TagClassName
{
border-color: #DDDEE3;
}
</style>