#DEE2EE

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

Shades of Hawkes Blue #DEE2EE

Tints of Hawkes Blue #DEE2EE

Color information

#DEE2EE (or 0xDEE2EE) is unknown color: approx Hawkes Blue. HEX triplet: DE, E2 and EE. RGB value is (222,226,238). Sum of RGB (Red+Green+Blue) = 222+226+238=686 (90% of max value = 765). Red value is 222 (87.11% from 255 or 32.36% from 686); Green value is 226 (88.67% from 255 or 32.94% from 686); Blue value is 238 (93.36% from 255 or 34.69% from 686); Max value from RGB is 238 - color contains mainly: blue. Hex color #DEE2EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEE2EE is #211D11. Grayscale: #E2E2E2. Windows color (decimal): -2170130 or 15655646. OLE color: 15655646.

HSL color Cylindrical-coordinate representation of color #DEE2EE: hue angle of 225º degrees, saturation: 0.32, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DEE2EE is Cyan = 0.07, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB222226238-
CMYK0.070.0500.07
HSL225º32%90.2%-
HSV(B)225º6.72%93.33%-
XYZ72.7576.191.74-
YUV226.17134.67125.02-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 32.36%
GREEN value IS 226 (88.67% from 255) = 32.94%
BLUE value IS 238 (93.36% from 255) = 34.69%
R=32.36%
G=32.94%
B=34.69%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2222262380.070.0500.072253290.2
HexDEE2EE7507e1205a
Octal336342356750734140132
Binary1101111011100010111011101111010111111000011000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEE2EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEE2EE; }

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

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

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

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

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

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

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

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