#E1CFF8

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

Shades of Fog #E1CFF8

Tints of Fog #E1CFF8

Color information

#E1CFF8 (or 0xE1CFF8) is unknown color: approx Fog. HEX triplet: E1, CF and F8. RGB value is (225,207,248). Sum of RGB (Red+Green+Blue) = 225+207+248=680 (90% of max value = 765). Red value is 225 (88.28% from 255 or 33.09% from 680); Green value is 207 (81.25% from 255 or 30.44% from 680); Blue value is 248 (97.27% from 255 or 36.47% from 680); Max value from RGB is 248 - color contains mainly: blue. Hex color #E1CFF8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1CFF8 is #1E3007. Grayscale: #D8D8D8. Windows color (decimal): -1978376 or 16306145. OLE color: 16306145.

HSL color Cylindrical-coordinate representation of color #E1CFF8: hue angle of 266.34º degrees, saturation: 0.75, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #E1CFF8 is Cyan = 0.09, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB225207248-
CMYK0.090.1700.03
HSL266.34º74.55%89.22%-
HSV(B)266.34º16.53%97.25%-
XYZ70.3167.4198.11-
YUV217.06145.46133.67-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 33.09%
GREEN value IS 207 (81.25% from 255) = 30.44%
BLUE value IS 248 (97.27% from 255) = 36.47%
R=33.09%
G=30.44%
B=36.47%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2252072480.090.1700.03266.3474.5589.22
HexE1CFF89110310a4b59
Octal341317370112103412113131
Binary11100001110011111111100010011000101110000101010010111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1CFF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1CFF8; }

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

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

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

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

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

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

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

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