#E0CDFA

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

Shades of Fog #E0CDFA

Tints of Fog #E0CDFA

Color information

#E0CDFA (or 0xE0CDFA) is unknown color: approx Fog. HEX triplet: E0, CD and FA. RGB value is (224,205,250). Sum of RGB (Red+Green+Blue) = 224+205+250=679 (89% of max value = 765). Red value is 224 (87.89% from 255 or 32.99% from 679); Green value is 205 (80.47% from 255 or 30.19% from 679); Blue value is 250 (98.05% from 255 or 36.82% from 679); Max value from RGB is 250 - color contains mainly: blue. Hex color #E0CDFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0CDFA is #1F3205. Grayscale: #D7D7D7. Windows color (decimal): -2044422 or 16436704. OLE color: 16436704.

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

Color convert

RGB224205250-
CMYK0.100.1800.02
HSL265.33º81.82%89.22%-
HSV(B)265.33º18%98.04%-
XYZ69.8366.4199.58-
YUV215.81147.29133.84-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 32.99%
GREEN value IS 205 (80.47% from 255) = 30.19%
BLUE value IS 250 (98.05% from 255) = 36.82%
R=32.99%
G=30.19%
B=36.82%

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
Decimal2242052500.100.1800.02265.3381.8289.22
HexE0CDFAA12021095259
Octal340315372122202411122131
Binary11100000110011011111101010101001001010000100110100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0CDFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0CDFA; }

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

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

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

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

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

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

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

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