#DDE0EA

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

Shades of Hawkes Blue #DDE0EA

Tints of Hawkes Blue #DDE0EA

Color information

#DDE0EA (or 0xDDE0EA) is unknown color: approx Hawkes Blue. HEX triplet: DD, E0 and EA. RGB value is (221,224,234). Sum of RGB (Red+Green+Blue) = 221+224+234=679 (89% of max value = 765). Red value is 221 (86.72% from 255 or 32.55% from 679); Green value is 224 (87.89% from 255 or 32.99% from 679); Blue value is 234 (91.80% from 255 or 34.46% from 679); Max value from RGB is 234 - color contains mainly: blue. Hex color #DDE0EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDE0EA is #221F15. Grayscale: #E0E0E0. Windows color (decimal): -2236182 or 15392989. OLE color: 15392989.

HSL color Cylindrical-coordinate representation of color #DDE0EA: hue angle of 226.15º degrees, saturation: 0.24, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DDE0EA is Cyan = 0.06, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB221224234-
CMYK0.060.0400.08
HSL226.15º23.64%89.22%-
HSV(B)226.15º5.56%91.76%-
XYZ71.3374.6288.49-
YUV224.24133.51125.69-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 32.55%
GREEN value IS 224 (87.89% from 255) = 32.99%
BLUE value IS 234 (91.80% from 255) = 34.46%
R=32.55%
G=32.99%
B=34.46%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2212242340.060.0400.08226.1523.6489.22
HexDDE0EA6408e21859
Octal3353403526401034230131
Binary1101110111100000111010101101000100011100010110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDE0EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDE0EA; }

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

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

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

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

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

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

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

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