#E1C9FF

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

Shades of Fog #E1C9FF

Tints of Fog #E1C9FF

Color information

#E1C9FF (or 0xE1C9FF) is unknown color: approx Fog. HEX triplet: E1, C9 and FF. RGB value is (225,201,255). Sum of RGB (Red+Green+Blue) = 225+201+255=681 (90% of max value = 765). Red value is 225 (88.28% from 255 or 33.04% from 681); Green value is 201 (78.91% from 255 or 29.52% from 681); Blue value is 255 (100% from 255 or 37.44% from 681); Max value from RGB is 255 - color contains mainly: blue. Hex color #E1C9FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1C9FF is #1E3600. Grayscale: #D6D6D6. Windows color (decimal): -1979905 or 16763361. OLE color: 16763361.

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

Color convert

RGB225201255-
CMYK0.120.2100
HSL266.67º100%89.41%-
HSV(B)266.67º21.18%100%-
XYZ69.9965103.47-
YUV214.33150.95135.61-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 33.04%
GREEN value IS 201 (78.91% from 255) = 29.52%
BLUE value IS 255 (100% from 255) = 37.44%
R=33.04%
G=29.52%
B=37.44%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2252012550.120.2100266.6710089.41
HexE1C9FFC150010b6459
Octal341311377142500413144131
Binary1110000111001001111111111100101010010000101111001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1C9FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1C9FF; }

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

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

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

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

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

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

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

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