#E0CCF3

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

Shades of Fog #E0CCF3

Tints of Fog #E0CCF3

Color information

#E0CCF3 (or 0xE0CCF3) is unknown color: approx Fog. HEX triplet: E0, CC and F3. RGB value is (224,204,243). Sum of RGB (Red+Green+Blue) = 224+204+243=671 (88% of max value = 765). Red value is 224 (87.89% from 255 or 33.38% from 671); Green value is 204 (80.08% from 255 or 30.40% from 671); Blue value is 243 (95.31% from 255 or 36.21% from 671); Max value from RGB is 243 - color contains mainly: blue. Hex color #E0CCF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0CCF3 is #1F330C. Grayscale: #D6D6D6. Windows color (decimal): -2044685 or 15977696. OLE color: 15977696.

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

Color convert

RGB224204243-
CMYK0.080.1600.05
HSL270.77º61.9%87.65%-
HSV(B)270.77º16.05%95.29%-
XYZ68.5165.593.83-
YUV214.43144.13134.83-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 33.38%
GREEN value IS 204 (80.08% from 255) = 30.40%
BLUE value IS 243 (95.31% from 255) = 36.21%
R=33.38%
G=30.40%
B=36.21%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2242042430.080.1600.05270.7761.987.65
HexE0CCF38100510f3e58
Octal34031436310200541776130
Binary11100000110011001111001110001000001011000011111111101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0CCF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0CCF3; }

 p { color: rgb(224,204,243); }

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

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

 a { background-color: rgb(224,204,243); }

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

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

 span { border-color: rgb(224,204,243); }

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