#DDE0EE

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

Shades of Hawkes Blue #DDE0EE

Tints of Hawkes Blue #DDE0EE

Color information

#DDE0EE (or 0xDDE0EE) is unknown color: approx Hawkes Blue. HEX triplet: DD, E0 and EE. RGB value is (221,224,238). Sum of RGB (Red+Green+Blue) = 221+224+238=683 (90% of max value = 765). Red value is 221 (86.72% from 255 or 32.36% from 683); Green value is 224 (87.89% from 255 or 32.80% from 683); Blue value is 238 (93.36% from 255 or 34.85% from 683); Max value from RGB is 238 - color contains mainly: blue. Hex color #DDE0EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDE0EE is #221F11. Grayscale: #E0E0E0. Windows color (decimal): -2236178 or 15655133. OLE color: 15655133.

HSL color Cylindrical-coordinate representation of color #DDE0EE: hue angle of 229.41º degrees, saturation: 0.33, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DDE0EE is Cyan = 0.07, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB221224238-
CMYK0.070.0600.07
HSL229.41º33.33%90%-
HSV(B)229.41º7.14%93.33%-
XYZ71.9174.8691.55-
YUV224.7135.51125.36-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 32.36%
GREEN value IS 224 (87.89% from 255) = 32.80%
BLUE value IS 238 (93.36% from 255) = 34.85%
R=32.36%
G=32.80%
B=34.85%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2212242380.070.0600.07229.4133.3390
HexDDE0EE7607e5215a
Octal335340356760734541132
Binary1101110111100000111011101111100111111001011000011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDE0EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDE0EE; }

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

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

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

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

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

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

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

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