#E1CCFA

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

Shades of Fog #E1CCFA

Tints of Fog #E1CCFA

Color information

#E1CCFA (or 0xE1CCFA) is unknown color: approx Fog. HEX triplet: E1, CC and FA. RGB value is (225,204,250). Sum of RGB (Red+Green+Blue) = 225+204+250=679 (89% of max value = 765). Red value is 225 (88.28% from 255 or 33.14% from 679); Green value is 204 (80.08% from 255 or 30.04% from 679); Blue value is 250 (98.05% from 255 or 36.82% from 679); Max value from RGB is 250 - color contains mainly: blue. Hex color #E1CCFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1CCFA is #1E3305. Grayscale: #D7D7D7. Windows color (decimal): -1979142 or 16436449. OLE color: 16436449.

HSL color Cylindrical-coordinate representation of color #E1CCFA: hue angle of 267.39º degrees, saturation: 0.82, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E1CCFA is Cyan = 0.10, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB225204250-
CMYK0.100.1800.02
HSL267.39º82.14%89.02%-
HSV(B)267.39º18.4%98.04%-
XYZ69.966.199.52-
YUV215.52147.46134.76-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 33.14%
GREEN value IS 204 (80.08% from 255) = 30.04%
BLUE value IS 250 (98.05% from 255) = 36.82%
R=33.14%
G=30.04%
B=36.82%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2252042500.100.1800.02267.3982.1489.02
HexE1CCFAA120210b5259
Octal341314372122202413122131
Binary11100001110011001111101010101001001010000101110100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1CCFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1CCFA; }

 p { color: rgb(225,204,250); }

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

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

 a { background-color: rgb(225,204,250); }

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

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

 span { border-color: rgb(225,204,250); }

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