#E1CCFB

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

Shades of Fog #E1CCFB

Tints of Fog #E1CCFB

Color information

#E1CCFB (or 0xE1CCFB) is unknown color: approx Fog. HEX triplet: E1, CC and FB. RGB value is (225,204,251). Sum of RGB (Red+Green+Blue) = 225+204+251=680 (90% of max value = 765). Red value is 225 (88.28% from 255 or 33.09% from 680); Green value is 204 (80.08% from 255 or 30% from 680); Blue value is 251 (98.44% from 255 or 36.91% from 680); Max value from RGB is 251 - color contains mainly: blue. Hex color #E1CCFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1CCFB is #1E3304. Grayscale: #D7D7D7. Windows color (decimal): -1979141 or 16501985. OLE color: 16501985.

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

Color convert

RGB225204251-
CMYK0.100.1900.02
HSL266.81º85.45%89.22%-
HSV(B)266.81º18.73%98.43%-
XYZ70.0666.16100.34-
YUV215.64147.96134.68-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 33.09%
GREEN value IS 204 (80.08% from 255) = 30%
BLUE value IS 251 (98.44% from 255) = 36.91%
R=33.09%
G=30%
B=36.91%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2252042510.100.1900.02266.8185.4589.22
HexE1CCFBA130210b5559
Octal341314373122302413125131
Binary11100001110011001111101110101001101010000101110101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1CCFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1CCFB; }

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

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

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

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

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

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

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

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