#DEE8F6

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

Shades of Solitude #DEE8F6

Tints of Solitude #DEE8F6

Color information

#DEE8F6 (or 0xDEE8F6) is unknown color: approx Solitude. HEX triplet: DE, E8 and F6. RGB value is (222,232,246). Sum of RGB (Red+Green+Blue) = 222+232+246=700 (92% of max value = 765). Red value is 222 (87.11% from 255 or 31.71% from 700); Green value is 232 (91.02% from 255 or 33.14% from 700); Blue value is 246 (96.48% from 255 or 35.14% from 700); Max value from RGB is 246 - color contains mainly: blue. Hex color #DEE8F6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEE8F6 is #211709. Grayscale: #E6E6E6. Windows color (decimal): -2168586 or 16181470. OLE color: 16181470.

HSL color Cylindrical-coordinate representation of color #DEE8F6: hue angle of 215º degrees, saturation: 0.57, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DEE8F6 is Cyan = 0.10, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB222232246-
CMYK0.100.0600.04
HSL215º57.14%91.76%-
HSV(B)215º9.76%96.47%-
XYZ75.6279.998.63-
YUV230.61136.69121.86-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 31.71%
GREEN value IS 232 (91.02% from 255) = 33.14%
BLUE value IS 246 (96.48% from 255) = 35.14%
R=31.71%
G=33.14%
B=35.14%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2222322460.100.0600.0421557.1491.76
HexDEE8F6A604d7395c
Octal3363503661260432771134
Binary11011110111010001111011010101100100110101111110011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEE8F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEE8F6; }

 p { color: rgb(222,232,246); }

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

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

 a { background-color: rgb(222,232,246); }

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

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

 span { border-color: rgb(222,232,246); }

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