#E0D3F1

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

Shades of Fog #E0D3F1

Tints of Fog #E0D3F1

Color information

#E0D3F1 (or 0xE0D3F1) is unknown color: approx Fog. HEX triplet: E0, D3 and F1. RGB value is (224,211,241). Sum of RGB (Red+Green+Blue) = 224+211+241=676 (89% of max value = 765). Red value is 224 (87.89% from 255 or 33.14% from 676); Green value is 211 (82.81% from 255 or 31.21% from 676); Blue value is 241 (94.53% from 255 or 35.65% from 676); Max value from RGB is 241 - color contains mainly: blue. Hex color #E0D3F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0D3F1 is #1F2C0E. Grayscale: #DADADA. Windows color (decimal): -2042895 or 15848416. OLE color: 15848416.

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

Color convert

RGB224211241-
CMYK0.070.1200.05
HSL266º51.72%88.63%-
HSV(B)266º12.45%94.51%-
XYZ69.9168.7992.81-
YUV218.31140.81132.06-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 33.14%
GREEN value IS 211 (82.81% from 255) = 31.21%
BLUE value IS 241 (94.53% from 255) = 35.65%
R=33.14%
G=31.21%
B=35.65%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2242112410.070.1200.0526651.7288.63
HexE0D3F17C0510a3459
Octal3403233617140541264131
Binary111000001101001111110001111110001011000010101101001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0D3F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0D3F1; }

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

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

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

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

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

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

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

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