#DDE3EE

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

Shades of Hawkes Blue #DDE3EE

Tints of Hawkes Blue #DDE3EE

Color information

#DDE3EE (or 0xDDE3EE) is unknown color: approx Hawkes Blue. HEX triplet: DD, E3 and EE. RGB value is (221,227,238). Sum of RGB (Red+Green+Blue) = 221+227+238=686 (90% of max value = 765). Red value is 221 (86.72% from 255 or 32.22% from 686); Green value is 227 (89.06% from 255 or 33.09% from 686); Blue value is 238 (93.36% from 255 or 34.69% from 686); Max value from RGB is 238 - color contains mainly: blue. Hex color #DDE3EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDE3EE is #221C11. Grayscale: #E2E2E2. Windows color (decimal): -2235410 or 15655901. OLE color: 15655901.

HSL color Cylindrical-coordinate representation of color #DDE3EE: hue angle of 218.82º 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 #DDE3EE is Cyan = 0.07, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB221227238-
CMYK0.070.0500.07
HSL218.82º33.33%90%-
HSV(B)218.82º7.14%93.33%-
XYZ72.7276.4891.82-
YUV226.46134.51124.11-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 32.22%
GREEN value IS 227 (89.06% from 255) = 33.09%
BLUE value IS 238 (93.36% from 255) = 34.69%
R=32.22%
G=33.09%
B=34.69%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2212272380.070.0500.07218.8233.3390
HexDDE3EE7507db215a
Octal335343356750733341132
Binary1101110111100011111011101111010111110110111000011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDE3EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDE3EE; }

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

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

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

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

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

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

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

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