#DEE2ED

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

Shades of Hawkes Blue #DEE2ED

Tints of Hawkes Blue #DEE2ED

Color information

#DEE2ED (or 0xDEE2ED) is unknown color: approx Hawkes Blue. HEX triplet: DE, E2 and ED. RGB value is (222,226,237). Sum of RGB (Red+Green+Blue) = 222+226+237=685 (90% of max value = 765). Red value is 222 (87.11% from 255 or 32.41% from 685); Green value is 226 (88.67% from 255 or 32.99% from 685); Blue value is 237 (92.97% from 255 or 34.60% from 685); Max value from RGB is 237 - color contains mainly: blue. Hex color #DEE2ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEE2ED is #211D12. Grayscale: #E2E2E2. Windows color (decimal): -2170131 or 15590110. OLE color: 15590110.

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

Color convert

RGB222226237-
CMYK0.060.0500.07
HSL224º29.41%90%-
HSV(B)224º6.33%92.94%-
XYZ72.6176.0490.97-
YUV226.06134.17125.11-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 32.41%
GREEN value IS 226 (88.67% from 255) = 32.99%
BLUE value IS 237 (92.97% from 255) = 34.60%
R=32.41%
G=32.99%
B=34.60%

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
Decimal2222262370.060.0500.0722429.4190
HexDEE2ED6507e01d5a
Octal336342355650734035132
Binary110111101110001011101101110101011111100000111011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEE2ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEE2ED; }

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

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

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

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

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

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

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

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