#DEE9F4

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

Shades of Solitude #DEE9F4

Tints of Solitude #DEE9F4

Color information

#DEE9F4 (or 0xDEE9F4) is unknown color: approx Solitude. HEX triplet: DE, E9 and F4. RGB value is (222,233,244). Sum of RGB (Red+Green+Blue) = 222+233+244=699 (92% of max value = 765). Red value is 222 (87.11% from 255 or 31.76% from 699); Green value is 233 (91.41% from 255 or 33.33% from 699); Blue value is 244 (95.70% from 255 or 34.91% from 699); Max value from RGB is 244 - color contains mainly: blue. Hex color #DEE9F4 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEE9F4 is #21160B. Grayscale: #E6E6E6. Windows color (decimal): -2168332 or 16050654. OLE color: 16050654.

HSL color Cylindrical-coordinate representation of color #DEE9F4: hue angle of 210º degrees, saturation: 0.5, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DEE9F4 is Cyan = 0.09, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB222233244-
CMYK0.090.0500.04
HSL210º50%91.37%-
HSV(B)210º9.02%95.69%-
XYZ75.5980.3497.11-
YUV230.96135.36121.61-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 31.76%
GREEN value IS 233 (91.41% from 255) = 33.33%
BLUE value IS 244 (95.70% from 255) = 34.91%
R=31.76%
G=33.33%
B=34.91%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2222332440.090.0500.042105091.37
HexDEE9F49504d2325b
Octal3363513641150432262133
Binary11011110111010011111010010011010100110100101100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEE9F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEE9F4; }

 p { color: rgb(222,233,244); }

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

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

 a { background-color: rgb(222,233,244); }

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

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

 span { border-color: rgb(222,233,244); }

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