#DDE1EA

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

Shades of Hawkes Blue #DDE1EA

Tints of Hawkes Blue #DDE1EA

Color information

#DDE1EA (or 0xDDE1EA) is unknown color: approx Hawkes Blue. HEX triplet: DD, E1 and EA. RGB value is (221,225,234). Sum of RGB (Red+Green+Blue) = 221+225+234=680 (90% of max value = 765). Red value is 221 (86.72% from 255 or 32.5% from 680); Green value is 225 (88.28% from 255 or 33.09% from 680); Blue value is 234 (91.80% from 255 or 34.41% from 680); Max value from RGB is 234 - color contains mainly: blue. Hex color #DDE1EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDE1EA is #221E15. Grayscale: #E0E0E0. Windows color (decimal): -2235926 or 15393245. OLE color: 15393245.

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

Color convert

RGB221225234-
CMYK0.060.0400.08
HSL221.54º23.64%89.22%-
HSV(B)221.54º5.56%91.76%-
XYZ71.675.1688.58-
YUV224.83133.17125.27-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 32.5%
GREEN value IS 225 (88.28% from 255) = 33.09%
BLUE value IS 234 (91.80% from 255) = 34.41%
R=32.5%
G=33.09%
B=34.41%

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
Decimal2212252340.060.0400.08221.5423.6489.22
HexDDE1EA6408de1859
Octal3353413526401033630131
Binary1101110111100001111010101101000100011011110110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDE1EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDE1EA; }

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

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

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

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

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

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

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

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