#DEE4EC

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

Shades of Solitude #DEE4EC

Tints of Solitude #DEE4EC

Color information

#DEE4EC (or 0xDEE4EC) is unknown color: approx Solitude. HEX triplet: DE, E4 and EC. RGB value is (222,228,236). Sum of RGB (Red+Green+Blue) = 222+228+236=686 (90% of max value = 765). Red value is 222 (87.11% from 255 or 32.36% from 686); Green value is 228 (89.45% from 255 or 33.24% from 686); Blue value is 236 (92.58% from 255 or 34.40% from 686); Max value from RGB is 236 - color contains mainly: blue. Hex color #DEE4EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEE4EC is #211B13. Grayscale: #E3E3E3. Windows color (decimal): -2169620 or 15525086. OLE color: 15525086.

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

Color convert

RGB222228236-
CMYK0.060.0300.07
HSL214.29º26.92%89.8%-
HSV(B)214.29º5.93%92.55%-
XYZ73.0177.0790.39-
YUV227.12133.01124.35-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 32.36%
GREEN value IS 228 (89.45% from 255) = 33.24%
BLUE value IS 236 (92.58% from 255) = 34.40%
R=32.36%
G=33.24%
B=34.40%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2222282360.060.0300.07214.2926.9289.8
HexDEE4EC6307d61b5a
Octal336344354630732633132
Binary11011110111001001110110011011011111010110110111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEE4EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEE4EC; }

 p { color: rgb(222,228,236); }

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

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

 a { background-color: rgb(222,228,236); }

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

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

 span { border-color: rgb(222,228,236); }

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