#DEE5EF

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

Shades of Solitude #DEE5EF

Tints of Solitude #DEE5EF

Color information

#DEE5EF (or 0xDEE5EF) is unknown color: approx Solitude. HEX triplet: DE, E5 and EF. RGB value is (222,229,239). Sum of RGB (Red+Green+Blue) = 222+229+239=690 (91% of max value = 765). Red value is 222 (87.11% from 255 or 32.17% from 690); Green value is 229 (89.84% from 255 or 33.19% from 690); Blue value is 239 (93.75% from 255 or 34.64% from 690); Max value from RGB is 239 - color contains mainly: blue. Hex color #DEE5EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEE5EF is #211A10. Grayscale: #E3E3E3. Windows color (decimal): -2169361 or 15721950. OLE color: 15721950.

HSL color Cylindrical-coordinate representation of color #DEE5EF: hue angle of 215.29º degrees, saturation: 0.35, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DEE5EF is Cyan = 0.07, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB222229239-
CMYK0.070.0400.06
HSL215.29º34.69%90.39%-
HSV(B)215.29º7.11%93.73%-
XYZ73.7277.892.79-
YUV228.05134.18123.69-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 32.17%
GREEN value IS 229 (89.84% from 255) = 33.19%
BLUE value IS 239 (93.75% from 255) = 34.64%
R=32.17%
G=33.19%
B=34.64%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2222292390.070.0400.06215.2934.6990.39
HexDEE5EF7406d7235a
Octal336345357740632743132
Binary1101111011100101111011111111000110110101111000111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEE5EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEE5EF; }

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

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

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

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

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

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

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

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