#E0CDF4

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

Shades of Fog #E0CDF4

Tints of Fog #E0CDF4

Color information

#E0CDF4 (or 0xE0CDF4) is unknown color: approx Fog. HEX triplet: E0, CD and F4. RGB value is (224,205,244). Sum of RGB (Red+Green+Blue) = 224+205+244=673 (89% of max value = 765). Red value is 224 (87.89% from 255 or 33.28% from 673); Green value is 205 (80.47% from 255 or 30.46% from 673); Blue value is 244 (95.70% from 255 or 36.26% from 673); Max value from RGB is 244 - color contains mainly: blue. Hex color #E0CDF4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0CDF4 is #1F320B. Grayscale: #D6D6D6. Windows color (decimal): -2044428 or 16043488. OLE color: 16043488.

HSL color Cylindrical-coordinate representation of color #E0CDF4: hue angle of 269.23º degrees, saturation: 0.64, 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 #E0CDF4 is Cyan = 0.08, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB224205244-
CMYK0.080.1600.04
HSL269.23º63.93%88.04%-
HSV(B)269.23º15.98%95.69%-
XYZ68.966.0494.7-
YUV215.13144.29134.33-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 33.28%
GREEN value IS 205 (80.47% from 255) = 30.46%
BLUE value IS 244 (95.70% from 255) = 36.26%
R=33.28%
G=30.46%
B=36.26%

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
Decimal2242052440.080.1600.04269.2363.9388.04
HexE0CDF48100410d4058
Octal340315364102004415100130
Binary111000001100110111110100100010000010010000110110000001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0CDF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0CDF4; }

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

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

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

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

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

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

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

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