#E0D2F2

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

Shades of Fog #E0D2F2

Tints of Fog #E0D2F2

Color information

#E0D2F2 (or 0xE0D2F2) is unknown color: approx Fog. HEX triplet: E0, D2 and F2. RGB value is (224,210,242). Sum of RGB (Red+Green+Blue) = 224+210+242=676 (89% of max value = 765). Red value is 224 (87.89% from 255 or 33.14% from 676); Green value is 210 (82.42% from 255 or 31.07% from 676); Blue value is 242 (94.92% from 255 or 35.80% from 676); Max value from RGB is 242 - color contains mainly: blue. Hex color #E0D2F2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0D2F2 is #1F2D0D. Grayscale: #D9D9D9. Windows color (decimal): -2043150 or 15913696. OLE color: 15913696.

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

Color convert

RGB224210242-
CMYK0.070.1300.05
HSL266.25º55.17%88.63%-
HSV(B)266.25º13.22%94.9%-
XYZ69.8168.3593.52-
YUV217.83141.64132.4-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 33.14%
GREEN value IS 210 (82.42% from 255) = 31.07%
BLUE value IS 242 (94.92% from 255) = 35.80%
R=33.14%
G=31.07%
B=35.80%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2242102420.070.1300.05266.2555.1788.63
HexE0D2F27D0510a3759
Octal3403223627150541267131
Binary111000001101001011110010111110101011000010101101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0D2F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0D2F2; }

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

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

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

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

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

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

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

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