#DEE0E5

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

Shades of Hawkes Blue #DEE0E5

Tints of Hawkes Blue #DEE0E5

Color information

#DEE0E5 (or 0xDEE0E5) is unknown color: approx Hawkes Blue. HEX triplet: DE, E0 and E5. RGB value is (222,224,229). Sum of RGB (Red+Green+Blue) = 222+224+229=675 (89% of max value = 765). Red value is 222 (87.11% from 255 or 32.89% from 675); Green value is 224 (87.89% from 255 or 33.19% from 675); Blue value is 229 (89.84% from 255 or 33.93% from 675); Max value from RGB is 229 - color contains mainly: blue. Hex color #DEE0E5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEE0E5 is #211F1A. Grayscale: #DFDFDF. Windows color (decimal): -2170651 or 15065310. OLE color: 15065310.

HSL color Cylindrical-coordinate representation of color #DEE0E5: hue angle of 222.86º degrees, saturation: 0.12, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #DEE0E5 is Cyan = 0.03, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB222224229-
CMYK0.030.0200.10
HSL222.86º11.86%88.43%-
HSV(B)222.86º3.06%89.8%-
XYZ70.9274.584.77-
YUV223.97130.84126.59-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 32.89%
GREEN value IS 224 (87.89% from 255) = 33.19%
BLUE value IS 229 (89.84% from 255) = 33.93%
R=32.89%
G=33.19%
B=33.93%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2222242290.030.0200.10222.8611.8688.43
HexDEE0E5320Adfc58
Octal3363403453201233714130
Binary1101111011100000111001011110010101101111111001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEE0E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEE0E5; }

 p { color: rgb(222,224,229); }

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

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

 a { background-color: rgb(222,224,229); }

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

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

 span { border-color: rgb(222,224,229); }

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