#E0CDF1

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

Shades of Fog #E0CDF1

Tints of Fog #E0CDF1

Color information

#E0CDF1 (or 0xE0CDF1) is unknown color: approx Fog. HEX triplet: E0, CD and F1. RGB value is (224,205,241). Sum of RGB (Red+Green+Blue) = 224+205+241=670 (88% of max value = 765). Red value is 224 (87.89% from 255 or 33.43% from 670); Green value is 205 (80.47% from 255 or 30.60% from 670); Blue value is 241 (94.53% from 255 or 35.97% from 670); Max value from RGB is 241 - color contains mainly: blue. Hex color #E0CDF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0CDF1 is #1F320E. Grayscale: #D6D6D6. Windows color (decimal): -2044431 or 15846880. OLE color: 15846880.

HSL color Cylindrical-coordinate representation of color #E0CDF1: hue angle of 271.67º degrees, saturation: 0.56, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #E0CDF1 is Cyan = 0.07, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB224205241-
CMYK0.070.1500.05
HSL271.67º56.25%87.45%-
HSV(B)271.67º14.94%94.51%-
XYZ68.4565.8692.32-
YUV214.78142.79134.57-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 33.43%
GREEN value IS 205 (80.47% from 255) = 30.60%
BLUE value IS 241 (94.53% from 255) = 35.97%
R=33.43%
G=30.60%
B=35.97%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2242052410.070.1500.05271.6756.2587.45
HexE0CDF17F051103857
Octal3403153617170542070127
Binary111000001100110111110001111111101011000100001110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0CDF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0CDF1; }

 p { color: rgb(224,205,241); }

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

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

 a { background-color: rgb(224,205,241); }

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

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

 span { border-color: rgb(224,205,241); }

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