#E0D2F3

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

Shades of Fog #E0D2F3

Tints of Fog #E0D2F3

Color information

#E0D2F3 (or 0xE0D2F3) is unknown color: approx Fog. HEX triplet: E0, D2 and F3. RGB value is (224,210,243). Sum of RGB (Red+Green+Blue) = 224+210+243=677 (89% of max value = 765). Red value is 224 (87.89% from 255 or 33.09% from 677); Green value is 210 (82.42% from 255 or 31.02% from 677); Blue value is 243 (95.31% from 255 or 35.89% from 677); Max value from RGB is 243 - color contains mainly: blue. Hex color #E0D2F3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0D2F3 is #1F2D0C. Grayscale: #D9D9D9. Windows color (decimal): -2043149 or 15979232. OLE color: 15979232.

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

Color convert

RGB224210243-
CMYK0.080.1400.05
HSL265.45º57.89%88.82%-
HSV(B)265.45º13.58%95.29%-
XYZ69.9668.4194.31-
YUV217.95142.14132.32-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 33.09%
GREEN value IS 210 (82.42% from 255) = 31.02%
BLUE value IS 243 (95.31% from 255) = 35.89%
R=33.09%
G=31.02%
B=35.89%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2242102430.080.1400.05265.4557.8988.82
HexE0D2F38E051093a59
Octal34032236310160541172131
Binary1110000011010010111100111000111001011000010011110101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0D2F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0D2F3; }

 p { color: rgb(224,210,243); }

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

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

 a { background-color: rgb(224,210,243); }

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

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

 span { border-color: rgb(224,210,243); }

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