#DEE2EC

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

Shades of Hawkes Blue #DEE2EC

Tints of Hawkes Blue #DEE2EC

Color information

#DEE2EC (or 0xDEE2EC) is unknown color: approx Hawkes Blue. HEX triplet: DE, E2 and EC. RGB value is (222,226,236). Sum of RGB (Red+Green+Blue) = 222+226+236=684 (90% of max value = 765). Red value is 222 (87.11% from 255 or 32.46% from 684); Green value is 226 (88.67% from 255 or 33.04% from 684); Blue value is 236 (92.58% from 255 or 34.50% from 684); Max value from RGB is 236 - color contains mainly: blue. Hex color #DEE2EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEE2EC is #211D13. Grayscale: #E1E1E1. Windows color (decimal): -2170132 or 15524574. OLE color: 15524574.

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

Color convert

RGB222226236-
CMYK0.060.0400.07
HSL222.86º26.92%89.8%-
HSV(B)222.86º5.93%92.55%-
XYZ72.4675.9890.2-
YUV225.94133.67125.19-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 32.46%
GREEN value IS 226 (88.67% from 255) = 33.04%
BLUE value IS 236 (92.58% from 255) = 34.50%
R=32.46%
G=33.04%
B=34.50%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2222262360.060.0400.07222.8626.9289.8
HexDEE2EC6407df1b5a
Octal336342354640733733132
Binary110111101110001011101100110100011111011111110111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEE2EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEE2EC; }

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

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

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

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

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

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

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

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