#DEE4EE

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

Shades of Solitude #DEE4EE

Tints of Solitude #DEE4EE

Color information

#DEE4EE (or 0xDEE4EE) is unknown color: approx Solitude. HEX triplet: DE, E4 and EE. RGB value is (222,228,238). Sum of RGB (Red+Green+Blue) = 222+228+238=688 (91% of max value = 765). Red value is 222 (87.11% from 255 or 32.27% from 688); Green value is 228 (89.45% from 255 or 33.14% from 688); Blue value is 238 (93.36% from 255 or 34.59% from 688); Max value from RGB is 238 - color contains mainly: blue. Hex color #DEE4EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEE4EE is #211B11. Grayscale: #E3E3E3. Windows color (decimal): -2169618 or 15656158. OLE color: 15656158.

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

Color convert

RGB222228238-
CMYK0.070.0400.07
HSL217.5º32%90.2%-
HSV(B)217.5º6.72%93.33%-
XYZ73.377.1991.92-
YUV227.35134.01124.19-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 32.27%
GREEN value IS 228 (89.45% from 255) = 33.14%
BLUE value IS 238 (93.36% from 255) = 34.59%
R=32.27%
G=33.14%
B=34.59%

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
Decimal2222282380.070.0400.07217.53290.2
HexDEE4EE7407da205a
Octal336344356740733240132
Binary1101111011100100111011101111000111110110101000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEE4EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEE4EE; }

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

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

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

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

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

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

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

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