#DEE1ED

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

Shades of Hawkes Blue #DEE1ED

Tints of Hawkes Blue #DEE1ED

Color information

#DEE1ED (or 0xDEE1ED) is unknown color: approx Hawkes Blue. HEX triplet: DE, E1 and ED. RGB value is (222,225,237). Sum of RGB (Red+Green+Blue) = 222+225+237=684 (90% of max value = 765). Red value is 222 (87.11% from 255 or 32.46% from 684); Green value is 225 (88.28% from 255 or 32.89% from 684); Blue value is 237 (92.97% from 255 or 34.65% from 684); Max value from RGB is 237 - color contains mainly: blue. Hex color #DEE1ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEE1ED is #211E12. Grayscale: #E1E1E1. Windows color (decimal): -2170387 or 15589854. OLE color: 15589854.

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

Color convert

RGB222225237-
CMYK0.060.0500.07
HSL228º29.41%90%-
HSV(B)228º6.33%92.94%-
XYZ72.3475.4990.88-
YUV225.47134.51125.52-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 32.46%
GREEN value IS 225 (88.28% from 255) = 32.89%
BLUE value IS 237 (92.97% from 255) = 34.65%
R=32.46%
G=32.89%
B=34.65%

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
Decimal2222252370.060.0500.0722829.4190
HexDEE1ED6507e41d5a
Octal336341355650734435132
Binary110111101110000111101101110101011111100100111011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEE1ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEE1ED; }

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

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

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

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

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

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

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

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