#E1CFFD

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

Shades of Fog #E1CFFD

Tints of Fog #E1CFFD

Color information

#E1CFFD (or 0xE1CFFD) is unknown color: approx Fog. HEX triplet: E1, CF and FD. RGB value is (225,207,253). Sum of RGB (Red+Green+Blue) = 225+207+253=685 (90% of max value = 765). Red value is 225 (88.28% from 255 or 32.85% from 685); Green value is 207 (81.25% from 255 or 30.22% from 685); Blue value is 253 (99.22% from 255 or 36.93% from 685); Max value from RGB is 253 - color contains mainly: blue. Hex color #E1CFFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1CFFD is #1E3002. Grayscale: #D9D9D9. Windows color (decimal): -1978371 or 16633825. OLE color: 16633825.

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

Color convert

RGB225207253-
CMYK0.110.1800.01
HSL263.48º92%90.2%-
HSV(B)263.48º18.18%99.22%-
XYZ71.0967.73102.25-
YUV217.63147.96133.26-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 32.85%
GREEN value IS 207 (81.25% from 255) = 30.22%
BLUE value IS 253 (99.22% from 255) = 36.93%
R=32.85%
G=30.22%
B=36.93%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2252072530.110.1800.01263.489290.2
HexE1CFFDB12011075c5a
Octal341317375132201407134132
Binary1110000111001111111111011011100100110000011110111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1CFFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1CFFD; }

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

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

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

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

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

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

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

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