#E0CCFE

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

Shades of Fog #E0CCFE

Tints of Fog #E0CCFE

Color information

#E0CCFE (or 0xE0CCFE) is unknown color: approx Fog. HEX triplet: E0, CC and FE. RGB value is (224,204,254). Sum of RGB (Red+Green+Blue) = 224+204+254=682 (90% of max value = 765). Red value is 224 (87.89% from 255 or 32.84% from 682); Green value is 204 (80.08% from 255 or 29.91% from 682); Blue value is 254 (99.61% from 255 or 37.24% from 682); Max value from RGB is 254 - color contains mainly: blue. Hex color #E0CCFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0CCFE is #1F3301. Grayscale: #D7D7D7. Windows color (decimal): -2044674 or 16698592. OLE color: 16698592.

HSL color Cylindrical-coordinate representation of color #E0CCFE: hue angle of 264º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #E0CCFE is Cyan = 0.12, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB224204254-
CMYK0.120.2000.00
HSL264º96.15%89.8%-
HSV(B)264º19.69%99.61%-
XYZ70.2266.19102.84-
YUV215.68149.63133.93-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 32.84%
GREEN value IS 204 (80.08% from 255) = 29.91%
BLUE value IS 254 (99.61% from 255) = 37.24%
R=32.84%
G=29.91%
B=37.24%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2242042540.120.2000.0026496.1589.8
HexE0CCFEC1400108605a
Octal340314376142400410140132
Binary1110000011001100111111101100101000010000100011000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0CCFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0CCFE; }

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

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

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

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

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

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

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

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