#DEE3ED

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

Shades of Solitude #DEE3ED

Tints of Solitude #DEE3ED

Color information

#DEE3ED (or 0xDEE3ED) is unknown color: approx Solitude. HEX triplet: DE, E3 and ED. RGB value is (222,227,237). Sum of RGB (Red+Green+Blue) = 222+227+237=686 (90% of max value = 765). Red value is 222 (87.11% from 255 or 32.36% from 686); Green value is 227 (89.06% from 255 or 33.09% from 686); Blue value is 237 (92.97% from 255 or 34.55% from 686); Max value from RGB is 237 - color contains mainly: blue. Hex color #DEE3ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEE3ED is #211C12. Grayscale: #E2E2E2. Windows color (decimal): -2169875 or 15590366. OLE color: 15590366.

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

Color convert

RGB222227237-
CMYK0.060.0400.07
HSL220º29.41%90%-
HSV(B)220º6.33%92.94%-
XYZ72.8876.5891.06-
YUV226.64133.84124.69-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 32.36%
GREEN value IS 227 (89.06% from 255) = 33.09%
BLUE value IS 237 (92.97% from 255) = 34.55%
R=32.36%
G=33.09%
B=34.55%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2222272370.060.0400.0722029.4190
HexDEE3ED6407dc1d5a
Octal336343355640733435132
Binary110111101110001111101101110100011111011100111011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEE3ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEE3ED; }

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

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

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

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

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

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

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

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