#E1CDFA

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

Shades of Fog #E1CDFA

Tints of Fog #E1CDFA

Color information

#E1CDFA (or 0xE1CDFA) is unknown color: approx Fog. HEX triplet: E1, CD and FA. RGB value is (225,205,250). Sum of RGB (Red+Green+Blue) = 225+205+250=680 (90% of max value = 765). Red value is 225 (88.28% from 255 or 33.09% from 680); Green value is 205 (80.47% from 255 or 30.15% from 680); Blue value is 250 (98.05% from 255 or 36.76% from 680); Max value from RGB is 250 - color contains mainly: blue. Hex color #E1CDFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1CDFA is #1E3205. Grayscale: #D7D7D7. Windows color (decimal): -1978886 or 16436705. OLE color: 16436705.

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

Color convert

RGB225205250-
CMYK0.100.1800.02
HSL266.67º81.82%89.22%-
HSV(B)266.67º18%98.04%-
XYZ70.1466.5799.6-
YUV216.11147.13134.34-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 33.09%
GREEN value IS 205 (80.47% from 255) = 30.15%
BLUE value IS 250 (98.05% from 255) = 36.76%
R=33.09%
G=30.15%
B=36.76%

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
Decimal2252052500.100.1800.02266.6781.8289.22
HexE1CDFAA120210b5259
Octal341315372122202413122131
Binary11100001110011011111101010101001001010000101110100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1CDFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1CDFA; }

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

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

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

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

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

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

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

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