#E1C9FD

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

Shades of Fog #E1C9FD

Tints of Fog #E1C9FD

Color information

#E1C9FD (or 0xE1C9FD) is unknown color: approx Fog. HEX triplet: E1, C9 and FD. RGB value is (225,201,253). Sum of RGB (Red+Green+Blue) = 225+201+253=679 (89% of max value = 765). Red value is 225 (88.28% from 255 or 33.14% from 679); Green value is 201 (78.91% from 255 or 29.60% from 679); Blue value is 253 (99.22% from 255 or 37.26% from 679); Max value from RGB is 253 - color contains mainly: blue. Hex color #E1C9FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1C9FD is #1E3602. Grayscale: #D5D5D5. Windows color (decimal): -1979907 or 16632289. OLE color: 16632289.

HSL color Cylindrical-coordinate representation of color #E1C9FD: hue angle of 267.69º 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 #E1C9FD is Cyan = 0.11, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB225201253-
CMYK0.110.2100.01
HSL267.69º92.86%89.02%-
HSV(B)267.69º20.55%99.22%-
XYZ69.6764.87101.78-
YUV214.1149.95135.77-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 33.14%
GREEN value IS 201 (78.91% from 255) = 29.60%
BLUE value IS 253 (99.22% from 255) = 37.26%
R=33.14%
G=29.60%
B=37.26%

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
Decimal2252012530.110.2100.01267.6992.8689.02
HexE1C9FDB150110c5d59
Octal341311375132501414135131
Binary1110000111001001111111011011101010110000110010111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1C9FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1C9FD; }

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

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

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

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

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

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

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

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