#E1C7FD

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

Shades of Fog #E1C7FD

Tints of Fog #E1C7FD

Color information

#E1C7FD (or 0xE1C7FD) is unknown color: approx Fog. HEX triplet: E1, C7 and FD. RGB value is (225,199,253). Sum of RGB (Red+Green+Blue) = 225+199+253=677 (89% of max value = 765). Red value is 225 (88.28% from 255 or 33.23% from 677); Green value is 199 (78.12% from 255 or 29.39% from 677); Blue value is 253 (99.22% from 255 or 37.37% from 677); Max value from RGB is 253 - color contains mainly: blue. Hex color #E1C7FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1C7FD is #1E3802. Grayscale: #D4D4D4. Windows color (decimal): -1980419 or 16631777. OLE color: 16631777.

HSL color Cylindrical-coordinate representation of color #E1C7FD: hue angle of 268.89º degrees, saturation: 0.93, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #E1C7FD is Cyan = 0.11, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB225199253-
CMYK0.110.2100.01
HSL268.89º93.1%88.63%-
HSV(B)268.89º21.34%99.22%-
XYZ69.263.95101.62-
YUV212.93150.61136.61-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 33.23%
GREEN value IS 199 (78.12% from 255) = 29.39%
BLUE value IS 253 (99.22% from 255) = 37.37%
R=33.23%
G=29.39%
B=37.37%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2251992530.110.2100.01268.8993.188.63
HexE1C7FDB150110d5d59
Octal341307375132501415135131
Binary1110000111000111111111011011101010110000110110111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1C7FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1C7FD; }

 p { color: rgb(225,199,253); }

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

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

 a { background-color: rgb(225,199,253); }

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

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

 span { border-color: rgb(225,199,253); }

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