#E1CFFF

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

Shades of Fog #E1CFFF

Tints of Fog #E1CFFF

Color information

#E1CFFF (or 0xE1CFFF) is unknown color: approx Fog. HEX triplet: E1, CF and FF. RGB value is (225,207,255). Sum of RGB (Red+Green+Blue) = 225+207+255=687 (90% of max value = 765). Red value is 225 (88.28% from 255 or 32.75% from 687); Green value is 207 (81.25% from 255 or 30.13% from 687); Blue value is 255 (100% from 255 or 37.12% from 687); Max value from RGB is 255 - color contains mainly: blue. Hex color #E1CFFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1CFFF is #1E3000. Grayscale: #D9D9D9. Windows color (decimal): -1978369 or 16764897. OLE color: 16764897.

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

Color convert

RGB225207255-
CMYK0.120.1900
HSL262.5º100%90.59%-
HSV(B)262.5º18.82%100%-
XYZ71.4167.85103.94-
YUV217.85148.96133.1-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 32.75%
GREEN value IS 207 (81.25% from 255) = 30.13%
BLUE value IS 255 (100% from 255) = 37.12%
R=32.75%
G=30.13%
B=37.12%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2252072550.120.1900262.510090.59
HexE1CFFFC1300106645b
Octal341317377142300406144133
Binary1110000111001111111111111100100110010000011011001001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1CFFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1CFFF; }

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

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

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

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

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

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

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

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