#DDE0E5

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

Shades of Hawkes Blue #DDE0E5

Tints of Hawkes Blue #DDE0E5

Color information

#DDE0E5 (or 0xDDE0E5) is unknown color: approx Hawkes Blue. HEX triplet: DD, E0 and E5. RGB value is (221,224,229). Sum of RGB (Red+Green+Blue) = 221+224+229=674 (89% of max value = 765). Red value is 221 (86.72% from 255 or 32.79% from 674); Green value is 224 (87.89% from 255 or 33.23% from 674); Blue value is 229 (89.84% from 255 or 33.98% from 674); Max value from RGB is 229 - color contains mainly: blue. Hex color #DDE0E5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDE0E5 is #221F1A. Grayscale: #DFDFDF. Windows color (decimal): -2236187 or 15065309. OLE color: 15065309.

HSL color Cylindrical-coordinate representation of color #DDE0E5: hue angle of 217.5º degrees, saturation: 0.13, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #DDE0E5 is Cyan = 0.03, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB221224229-
CMYK0.030.0200.10
HSL217.5º13.33%88.24%-
HSV(B)217.5º3.49%89.8%-
XYZ70.6274.3484.76-
YUV223.67131.01126.09-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 32.79%
GREEN value IS 224 (87.89% from 255) = 33.23%
BLUE value IS 229 (89.84% from 255) = 33.98%
R=32.79%
G=33.23%
B=33.98%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2212242290.030.0200.10217.513.3388.24
HexDDE0E5320Adad58
Octal3353403453201233215130
Binary1101110111100000111001011110010101101101011011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDE0E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDE0E5; }

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

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

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

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

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

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

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

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