#E1CDF7

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

Shades of Fog #E1CDF7

Tints of Fog #E1CDF7

Color information

#E1CDF7 (or 0xE1CDF7) is unknown color: approx Fog. HEX triplet: E1, CD and F7. RGB value is (225,205,247). Sum of RGB (Red+Green+Blue) = 225+205+247=677 (89% of max value = 765). Red value is 225 (88.28% from 255 or 33.23% from 677); Green value is 205 (80.47% from 255 or 30.28% from 677); Blue value is 247 (96.88% from 255 or 36.48% from 677); Max value from RGB is 247 - color contains mainly: blue. Hex color #E1CDF7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1CDF7 is #1E3208. Grayscale: #D7D7D7. Windows color (decimal): -1978889 or 16240097. OLE color: 16240097.

HSL color Cylindrical-coordinate representation of color #E1CDF7: hue angle of 268.57º degrees, saturation: 0.72, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #E1CDF7 is Cyan = 0.09, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB225205247-
CMYK0.090.1700.03
HSL268.57º72.41%88.63%-
HSV(B)268.57º17%96.86%-
XYZ69.6766.3997.14-
YUV215.77145.63134.58-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 33.23%
GREEN value IS 205 (80.47% from 255) = 30.28%
BLUE value IS 247 (96.88% from 255) = 36.48%
R=33.23%
G=30.28%
B=36.48%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2252052470.090.1700.03268.5772.4188.63
HexE1CDF79110310d4859
Octal341315367112103415110131
Binary11100001110011011111011110011000101110000110110010001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1CDF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1CDF7; }

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

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

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

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

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

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

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

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