#DEE3EA

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

Shades of Solitude #DEE3EA

Tints of Solitude #DEE3EA

Color information

#DEE3EA (or 0xDEE3EA) is unknown color: approx Solitude. HEX triplet: DE, E3 and EA. RGB value is (222,227,234). Sum of RGB (Red+Green+Blue) = 222+227+234=683 (90% of max value = 765). Red value is 222 (87.11% from 255 or 32.50% from 683); Green value is 227 (89.06% from 255 or 33.24% from 683); Blue value is 234 (91.80% from 255 or 34.26% from 683); Max value from RGB is 234 - color contains mainly: blue. Hex color #DEE3EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEE3EA is #211C15. Grayscale: #E2E2E2. Windows color (decimal): -2169878 or 15393758. OLE color: 15393758.

HSL color Cylindrical-coordinate representation of color #DEE3EA: hue angle of 215º degrees, saturation: 0.22, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #DEE3EA is Cyan = 0.05, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB222227234-
CMYK0.050.0300.08
HSL215º22.22%89.41%-
HSV(B)215º5.13%91.76%-
XYZ72.4476.4188.77-
YUV226.3132.34124.93-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 32.50%
GREEN value IS 227 (89.06% from 255) = 33.24%
BLUE value IS 234 (91.80% from 255) = 34.26%
R=32.50%
G=33.24%
B=34.26%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2222272340.050.0300.0821522.2289.41
HexDEE3EA5308d71659
Octal3363433525301032726131
Binary110111101110001111101010101110100011010111101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEE3EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEE3EA; }

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

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

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

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

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

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

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

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