#DEE5EE

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

Shades of Solitude #DEE5EE

Tints of Solitude #DEE5EE

Color information

#DEE5EE (or 0xDEE5EE) is unknown color: approx Solitude. HEX triplet: DE, E5 and EE. RGB value is (222,229,238). Sum of RGB (Red+Green+Blue) = 222+229+238=689 (91% of max value = 765). Red value is 222 (87.11% from 255 or 32.22% from 689); Green value is 229 (89.84% from 255 or 33.24% from 689); Blue value is 238 (93.36% from 255 or 34.54% from 689); Max value from RGB is 238 - color contains mainly: blue. Hex color #DEE5EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEE5EE is #211A11. Grayscale: #E3E3E3. Windows color (decimal): -2169362 or 15656414. OLE color: 15656414.

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

Color convert

RGB222229238-
CMYK0.070.0400.07
HSL213.75º32%90.2%-
HSV(B)213.75º6.72%93.33%-
XYZ73.5877.7492.02-
YUV227.93133.68123.77-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 32.22%
GREEN value IS 229 (89.84% from 255) = 33.24%
BLUE value IS 238 (93.36% from 255) = 34.54%
R=32.22%
G=33.24%
B=34.54%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2222292380.070.0400.07213.753290.2
HexDEE5EE7407d6205a
Octal336345356740732640132
Binary1101111011100101111011101111000111110101101000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEE5EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEE5EE; }

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

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

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

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

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

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

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

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