#E3D0FE

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

Shades of Fog #E3D0FE

Tints of Fog #E3D0FE

Color information

#E3D0FE (or 0xE3D0FE) is unknown color: approx Fog. HEX triplet: E3, D0 and FE. RGB value is (227,208,254). Sum of RGB (Red+Green+Blue) = 227+208+254=689 (91% of max value = 765). Red value is 227 (89.06% from 255 or 32.95% from 689); Green value is 208 (81.64% from 255 or 30.19% from 689); Blue value is 254 (99.61% from 255 or 36.87% from 689); Max value from RGB is 254 - color contains mainly: blue. Hex color #E3D0FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E3D0FE is #1C2F01. Grayscale: #DADADA. Windows color (decimal): -1847042 or 16699619. OLE color: 16699619.

HSL color Cylindrical-coordinate representation of color #E3D0FE: hue angle of 264.78º degrees, saturation: 0.96, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E3D0FE is Cyan = 0.11, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB227208254-
CMYK0.110.1800.00
HSL264.78º95.83%90.59%-
HSV(B)264.78º18.11%99.61%-
XYZ72.1268.6103.21-
YUV218.92147.79133.76-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 32.95%
GREEN value IS 208 (81.64% from 255) = 30.19%
BLUE value IS 254 (99.61% from 255) = 36.87%
R=32.95%
G=30.19%
B=36.87%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2272082540.110.1800.00264.7895.8390.59
HexE3D0FEB1200109605b
Octal343320376132200411140133
Binary1110001111010000111111101011100100010000100111000001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3D0FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3D0FE; }

 p { color: rgb(227,208,254); }

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

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

 a { background-color: rgb(227,208,254); }

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

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

 span { border-color: rgb(227,208,254); }

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