#E1CAFF

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

Shades of Fog #E1CAFF

Tints of Fog #E1CAFF

Color information

#E1CAFF (or 0xE1CAFF) is unknown color: approx Fog. HEX triplet: E1, CA and FF. RGB value is (225,202,255). Sum of RGB (Red+Green+Blue) = 225+202+255=682 (90% of max value = 765). Red value is 225 (88.28% from 255 or 32.99% from 682); Green value is 202 (79.30% from 255 or 29.62% from 682); Blue value is 255 (100% from 255 or 37.39% from 682); Max value from RGB is 255 - color contains mainly: blue. Hex color #E1CAFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1CAFF is #1E3500. Grayscale: #D6D6D6. Windows color (decimal): -1979649 or 16763617. OLE color: 16763617.

HSL color Cylindrical-coordinate representation of color #E1CAFF: hue angle of 266.04º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #E1CAFF is Cyan = 0.12, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB225202255-
CMYK0.120.2100
HSL266.04º100%89.61%-
HSV(B)266.04º20.78%100%-
XYZ70.2265.47103.54-
YUV214.92150.62135.19-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 32.99%
GREEN value IS 202 (79.30% from 255) = 29.62%
BLUE value IS 255 (100% from 255) = 37.39%
R=32.99%
G=29.62%
B=37.39%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2252022550.120.2100266.0410089.61
HexE1CAFFC150010a645a
Octal341312377142500412144132
Binary1110000111001010111111111100101010010000101011001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1CAFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1CAFF; }

 p { color: rgb(225,202,255); }

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

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

 a { background-color: rgb(225,202,255); }

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

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

 span { border-color: rgb(225,202,255); }

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