#DEE1EF

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

Shades of Hawkes Blue #DEE1EF

Tints of Hawkes Blue #DEE1EF

Color information

#DEE1EF (or 0xDEE1EF) is unknown color: approx Hawkes Blue. HEX triplet: DE, E1 and EF. RGB value is (222,225,239). Sum of RGB (Red+Green+Blue) = 222+225+239=686 (90% of max value = 765). Red value is 222 (87.11% from 255 or 32.36% from 686); Green value is 225 (88.28% from 255 or 32.80% from 686); Blue value is 239 (93.75% from 255 or 34.84% from 686); Max value from RGB is 239 - color contains mainly: blue. Hex color #DEE1EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEE1EF is #211E10. Grayscale: #E1E1E1. Windows color (decimal): -2170385 or 15720926. OLE color: 15720926.

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

Color convert

RGB222225239-
CMYK0.070.0600.06
HSL229.41º34.69%90.39%-
HSV(B)229.41º7.11%93.73%-
XYZ72.6375.6192.43-
YUV225.7135.51125.36-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 32.36%
GREEN value IS 225 (88.28% from 255) = 32.80%
BLUE value IS 239 (93.75% from 255) = 34.84%
R=32.36%
G=32.80%
B=34.84%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2222252390.070.0600.06229.4134.6990.39
HexDEE1EF7606e5235a
Octal336341357760634543132
Binary1101111011100001111011111111100110111001011000111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEE1EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEE1EF; }

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

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

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

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

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

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

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

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