#DEE0E7

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

Shades of Hawkes Blue #DEE0E7

Tints of Hawkes Blue #DEE0E7

Color information

#DEE0E7 (or 0xDEE0E7) is unknown color: approx Hawkes Blue. HEX triplet: DE, E0 and E7. RGB value is (222,224,231). Sum of RGB (Red+Green+Blue) = 222+224+231=677 (89% of max value = 765). Red value is 222 (87.11% from 255 or 32.79% from 677); Green value is 224 (87.89% from 255 or 33.09% from 677); Blue value is 231 (90.62% from 255 or 34.12% from 677); Max value from RGB is 231 - color contains mainly: blue. Hex color #DEE0E7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEE0E7 is #211F18. Grayscale: #E0E0E0. Windows color (decimal): -2170649 or 15196382. OLE color: 15196382.

HSL color Cylindrical-coordinate representation of color #DEE0E7: hue angle of 226.67º degrees, saturation: 0.16, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #DEE0E7 is Cyan = 0.04, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB222224231-
CMYK0.040.0300.09
HSL226.67º15.79%88.82%-
HSV(B)226.67º3.9%90.59%-
XYZ71.274.6186.25-
YUV224.2131.84126.43-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 32.79%
GREEN value IS 224 (87.89% from 255) = 33.09%
BLUE value IS 231 (90.62% from 255) = 34.12%
R=32.79%
G=33.09%
B=34.12%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2222242310.040.0300.09226.6715.7988.82
HexDEE0E74309e31059
Octal3363403474301134320131
Binary110111101110000011100111100110100111100011100001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEE0E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEE0E7; }

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

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

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

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

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

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

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

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