#DEE1EC

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

Shades of Hawkes Blue #DEE1EC

Tints of Hawkes Blue #DEE1EC

Color information

#DEE1EC (or 0xDEE1EC) is unknown color: approx Hawkes Blue. HEX triplet: DE, E1 and EC. RGB value is (222,225,236). Sum of RGB (Red+Green+Blue) = 222+225+236=683 (90% of max value = 765). Red value is 222 (87.11% from 255 or 32.50% from 683); Green value is 225 (88.28% from 255 or 32.94% from 683); Blue value is 236 (92.58% from 255 or 34.55% from 683); Max value from RGB is 236 - color contains mainly: blue. Hex color #DEE1EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEE1EC is #211E13. Grayscale: #E1E1E1. Windows color (decimal): -2170388 or 15524318. OLE color: 15524318.

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

Color convert

RGB222225236-
CMYK0.060.0500.07
HSL227.14º26.92%89.8%-
HSV(B)227.14º5.93%92.55%-
XYZ72.1975.4490.11-
YUV225.36134.01125.61-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 32.50%
GREEN value IS 225 (88.28% from 255) = 32.94%
BLUE value IS 236 (92.58% from 255) = 34.55%
R=32.50%
G=32.94%
B=34.55%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2222252360.060.0500.07227.1426.9289.8
HexDEE1EC6507e31b5a
Octal336341354650734333132
Binary110111101110000111101100110101011111100011110111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEE1EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEE1EC; }

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

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

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

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

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

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

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

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