#DDE3EF

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

Shades of Hawkes Blue #DDE3EF

Tints of Hawkes Blue #DDE3EF

Color information

#DDE3EF (or 0xDDE3EF) is unknown color: approx Hawkes Blue. HEX triplet: DD, E3 and EF. RGB value is (221,227,239). Sum of RGB (Red+Green+Blue) = 221+227+239=687 (90% of max value = 765). Red value is 221 (86.72% from 255 or 32.17% from 687); Green value is 227 (89.06% from 255 or 33.04% from 687); Blue value is 239 (93.75% from 255 or 34.79% from 687); Max value from RGB is 239 - color contains mainly: blue. Hex color #DDE3EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDE3EF is #221C10. Grayscale: #E2E2E2. Windows color (decimal): -2235409 or 15721437. OLE color: 15721437.

HSL color Cylindrical-coordinate representation of color #DDE3EF: hue angle of 220º degrees, saturation: 0.36, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DDE3EF is Cyan = 0.08, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB221227239-
CMYK0.080.0500.06
HSL220º36%90.2%-
HSV(B)220º7.53%93.73%-
XYZ72.8776.5492.59-
YUV226.57135.01124.02-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 32.17%
GREEN value IS 227 (89.06% from 255) = 33.04%
BLUE value IS 239 (93.75% from 255) = 34.79%
R=32.17%
G=33.04%
B=34.79%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2212272390.080.0500.062203690.2
HexDDE3EF8506dc245a
Octal3353433571050633444132
Binary11011101111000111110111110001010110110111001001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDE3EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDE3EF; }

 p { color: rgb(221,227,239); }

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

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

 a { background-color: rgb(221,227,239); }

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

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

 span { border-color: rgb(221,227,239); }

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