#DEE1EA

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

Shades of Hawkes Blue #DEE1EA

Tints of Hawkes Blue #DEE1EA

Color information

#DEE1EA (or 0xDEE1EA) is unknown color: approx Hawkes Blue. HEX triplet: DE, E1 and EA. RGB value is (222,225,234). Sum of RGB (Red+Green+Blue) = 222+225+234=681 (90% of max value = 765). Red value is 222 (87.11% from 255 or 32.60% from 681); Green value is 225 (88.28% from 255 or 33.04% from 681); Blue value is 234 (91.80% from 255 or 34.36% from 681); Max value from RGB is 234 - color contains mainly: blue. Hex color #DEE1EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEE1EA is #211E15. Grayscale: #E1E1E1. Windows color (decimal): -2170390 or 15393246. OLE color: 15393246.

HSL color Cylindrical-coordinate representation of color #DEE1EA: hue angle of 225º degrees, saturation: 0.22, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #DEE1EA is Cyan = 0.05, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB222225234-
CMYK0.050.0400.08
HSL225º22.22%89.41%-
HSV(B)225º5.13%91.76%-
XYZ71.975.3288.59-
YUV225.13133.01125.77-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 32.60%
GREEN value IS 225 (88.28% from 255) = 33.04%
BLUE value IS 234 (91.80% from 255) = 34.36%
R=32.60%
G=33.04%
B=34.36%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2222252340.050.0400.0822522.2289.41
HexDEE1EA5408e11659
Octal3363413525401034126131
Binary1101111011100001111010101011000100011100001101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEE1EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEE1EA; }

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

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

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

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

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

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

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

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