#DDE2EB

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

Shades of Hawkes Blue #DDE2EB

Tints of Hawkes Blue #DDE2EB

Color information

#DDE2EB (or 0xDDE2EB) is unknown color: approx Hawkes Blue. HEX triplet: DD, E2 and EB. RGB value is (221,226,235). Sum of RGB (Red+Green+Blue) = 221+226+235=682 (90% of max value = 765). Red value is 221 (86.72% from 255 or 32.40% from 682); Green value is 226 (88.67% from 255 or 33.14% from 682); Blue value is 235 (92.19% from 255 or 34.46% from 682); Max value from RGB is 235 - color contains mainly: blue. Hex color #DDE2EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDE2EB is #221D14. Grayscale: #E1E1E1. Windows color (decimal): -2235669 or 15459037. OLE color: 15459037.

HSL color Cylindrical-coordinate representation of color #DDE2EB: hue angle of 218.57º degrees, saturation: 0.26, 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 #DDE2EB is Cyan = 0.06, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB221226235-
CMYK0.060.0400.08
HSL218.57º25.93%89.41%-
HSV(B)218.57º5.96%92.16%-
XYZ72.0175.7689.43-
YUV225.53133.34124.77-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 32.40%
GREEN value IS 226 (88.67% from 255) = 33.14%
BLUE value IS 235 (92.19% from 255) = 34.46%
R=32.40%
G=33.14%
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
Decimal2212262350.060.0400.08218.5725.9389.41
HexDDE2EB6408db1a59
Octal3353423536401033332131
Binary1101110111100010111010111101000100011011011110101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDE2EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDE2EB; }

 p { color: rgb(221,226,235); }

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

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

 a { background-color: rgb(221,226,235); }

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

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

 span { border-color: rgb(221,226,235); }

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