#E0D7F1

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

Shades of Fog #E0D7F1

Tints of Fog #E0D7F1

Color information

#E0D7F1 (or 0xE0D7F1) is unknown color: approx Fog. HEX triplet: E0, D7 and F1. RGB value is (224,215,241). Sum of RGB (Red+Green+Blue) = 224+215+241=680 (90% of max value = 765). Red value is 224 (87.89% from 255 or 32.94% from 680); Green value is 215 (84.38% from 255 or 31.62% from 680); Blue value is 241 (94.53% from 255 or 35.44% from 680); Max value from RGB is 241 - color contains mainly: blue. Hex color #E0D7F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0D7F1 is #1F280E. Grayscale: #DCDCDC. Windows color (decimal): -2041871 or 15849440. OLE color: 15849440.

HSL color Cylindrical-coordinate representation of color #E0D7F1: hue angle of 260.77º degrees, saturation: 0.48, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E0D7F1 is Cyan = 0.07, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB224215241-
CMYK0.070.1100.05
HSL260.77º48.15%89.41%-
HSV(B)260.77º10.79%94.51%-
XYZ70.9270.893.15-
YUV220.65139.48130.39-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 32.94%
GREEN value IS 215 (84.38% from 255) = 31.62%
BLUE value IS 241 (94.53% from 255) = 35.44%
R=32.94%
G=31.62%
B=35.44%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2242152410.070.1100.05260.7748.1589.41
HexE0D7F17B051053059
Octal3403273617130540560131
Binary111000001101011111110001111101101011000001011100001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0D7F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0D7F1; }

 p { color: rgb(224,215,241); }

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

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

 a { background-color: rgb(224,215,241); }

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

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

 span { border-color: rgb(224,215,241); }

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