#E1CDF5

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

Shades of Fog #E1CDF5

Tints of Fog #E1CDF5

Color information

#E1CDF5 (or 0xE1CDF5) is unknown color: approx Fog. HEX triplet: E1, CD and F5. RGB value is (225,205,245). Sum of RGB (Red+Green+Blue) = 225+205+245=675 (89% of max value = 765). Red value is 225 (88.28% from 255 or 33.33% from 675); Green value is 205 (80.47% from 255 or 30.37% from 675); Blue value is 245 (96.09% from 255 or 36.30% from 675); Max value from RGB is 245 - color contains mainly: blue. Hex color #E1CDF5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1CDF5 is #1E320A. Grayscale: #D7D7D7. Windows color (decimal): -1978891 or 16109025. OLE color: 16109025.

HSL color Cylindrical-coordinate representation of color #E1CDF5: hue angle of 270º degrees, saturation: 0.67, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #E1CDF5 is Cyan = 0.08, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB225205245-
CMYK0.080.1600.04
HSL270º66.67%88.24%-
HSV(B)270º16.33%96.08%-
XYZ69.3666.2695.52-
YUV215.54144.63134.75-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 33.33%
GREEN value IS 205 (80.47% from 255) = 30.37%
BLUE value IS 245 (96.09% from 255) = 36.30%
R=33.33%
G=30.37%
B=36.30%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2252052450.080.1600.0427066.6788.24
HexE1CDF58100410e4358
Octal341315365102004416103130
Binary111000011100110111110101100010000010010000111010000111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1CDF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1CDF5; }

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

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

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

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

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

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

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

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