#E1CCF9

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

Shades of Fog #E1CCF9

Tints of Fog #E1CCF9

Color information

#E1CCF9 (or 0xE1CCF9) is unknown color: approx Fog. HEX triplet: E1, CC and F9. RGB value is (225,204,249). Sum of RGB (Red+Green+Blue) = 225+204+249=678 (89% of max value = 765). Red value is 225 (88.28% from 255 or 33.19% from 678); Green value is 204 (80.08% from 255 or 30.09% from 678); Blue value is 249 (97.66% from 255 or 36.73% from 678); Max value from RGB is 249 - color contains mainly: blue. Hex color #E1CCF9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1CCF9 is #1E3306. Grayscale: #D7D7D7. Windows color (decimal): -1979143 or 16370913. OLE color: 16370913.

HSL color Cylindrical-coordinate representation of color #E1CCF9: hue angle of 268º degrees, saturation: 0.79, 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 #E1CCF9 is Cyan = 0.10, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB225204249-
CMYK0.100.1800.02
HSL268º78.95%88.82%-
HSV(B)268º18.07%97.65%-
XYZ69.7466.0398.69-
YUV215.41146.96134.84-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 33.19%
GREEN value IS 204 (80.08% from 255) = 30.09%
BLUE value IS 249 (97.66% from 255) = 36.73%
R=33.19%
G=30.09%
B=36.73%

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
Decimal2252042490.100.1800.0226878.9588.82
HexE1CCF9A120210c4f59
Octal341314371122202414117131
Binary11100001110011001111100110101001001010000110010011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1CCF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1CCF9; }

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

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

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

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

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

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

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

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