#DDDEE0

Color #DDDEE0 Hawkes Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hawkes Blue #DDDEE0

Tints of Hawkes Blue #DDDEE0

Color information

#DDDEE0 (or 0xDDDEE0) is unknown color: approx Hawkes Blue. HEX triplet: DD, DE and E0. RGB value is (221,222,224). Sum of RGB (Red+Green+Blue) = 221+222+224=667 (88% of max value = 765). Red value is 221 (86.72% from 255 or 33.13% from 667); Green value is 222 (87.11% from 255 or 33.28% from 667); Blue value is 224 (87.89% from 255 or 33.58% from 667); Max value from RGB is 224 - color contains mainly: blue. Hex color #DDDEE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDDEE0 is #22211F. Grayscale: #DDDDDD. Windows color (decimal): -2236704 or 14737117. OLE color: 14737117.

HSL color Cylindrical-coordinate representation of color #DDDEE0: hue angle of 220º degrees, saturation: 0.05, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #DDDEE0 is Cyan = 0.01, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB221222224-
CMYK0.010.0100.12
HSL220º4.62%87.25%-
HSV(B)220º1.34%87.84%-
XYZ69.397380.95-
YUV221.93129.17127.34-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 221 (86.72% from 255) = 33.13%
GREEN value IS 222 (87.11% from 255) = 33.28%
BLUE value IS 224 (87.89% from 255) = 33.58%
R=33.13%
G=33.28%
B=33.58%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2212222240.010.0100.122204.6287.25
HexDDDEE0110Cdc557
Octal335336340110143345127
Binary1101110111011110111000001101100110111001011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDDEE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDDEE0; }

 p { color: rgb(221,222,224); }

 H1.HeaderClassName
 {
   color: #DDDEE0;
 }
 .AnyTagClassName
 {
   color: #DDDEE0;
 }
</style>
background-color css

<style>
 a { background-color: #DDDEE0; }

 a { background-color: rgb(221,222,224); }

 div.DivClassName
 {
   background-color: #DDDEE0;
 }
 .BgClassName
 {
   background-color: #DDDEE0;
 }
</style>
border-color css

<style>
 span { border-color: #DDDEE0; }

 span { border-color: rgb(221,222,224); }

 td.TdClassName
 {
   border-color: #DDDEE0;
 }
 .TagClassName
 {
   border-color: #DDDEE0;
 }
</style>