#DEE2EF

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

Shades of Hawkes Blue #DEE2EF

Tints of Hawkes Blue #DEE2EF

Color information

#DEE2EF (or 0xDEE2EF) is unknown color: approx Hawkes Blue. HEX triplet: DE, E2 and EF. RGB value is (222,226,239). Sum of RGB (Red+Green+Blue) = 222+226+239=687 (90% of max value = 765). Red value is 222 (87.11% from 255 or 32.31% from 687); Green value is 226 (88.67% from 255 or 32.90% 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 #DEE2EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEE2EF is #211D10. Grayscale: #E2E2E2. Windows color (decimal): -2170129 or 15721182. OLE color: 15721182.

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

Color convert

RGB222226239-
CMYK0.070.0500.06
HSL225.88º34.69%90.39%-
HSV(B)225.88º7.11%93.73%-
XYZ72.976.1592.52-
YUV226.29135.17124.94-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 32.31%
GREEN value IS 226 (88.67% from 255) = 32.90%
BLUE value IS 239 (93.75% from 255) = 34.79%
R=32.31%
G=32.90%
B=34.79%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2222262390.070.0500.06225.8834.6990.39
HexDEE2EF7506e2235a
Octal336342357750634243132
Binary1101111011100010111011111111010110111000101000111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEE2EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEE2EF; }

 p { color: rgb(222,226,239); }

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

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

 a { background-color: rgb(222,226,239); }

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

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

 span { border-color: rgb(222,226,239); }

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