#E0CCFA

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

Shades of Fog #E0CCFA

Tints of Fog #E0CCFA

Color information

#E0CCFA (or 0xE0CCFA) is unknown color: approx Fog. HEX triplet: E0, CC and FA. RGB value is (224,204,250). Sum of RGB (Red+Green+Blue) = 224+204+250=678 (89% of max value = 765). Red value is 224 (87.89% from 255 or 33.04% from 678); Green value is 204 (80.08% from 255 or 30.09% from 678); Blue value is 250 (98.05% from 255 or 36.87% from 678); Max value from RGB is 250 - color contains mainly: blue. Hex color #E0CCFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0CCFA is #1F3305. Grayscale: #D7D7D7. Windows color (decimal): -2044678 or 16436448. OLE color: 16436448.

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

Color convert

RGB224204250-
CMYK0.100.1800.02
HSL266.09º82.14%89.02%-
HSV(B)266.09º18.4%98.04%-
XYZ69.5965.9499.5-
YUV215.22147.63134.26-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 33.04%
GREEN value IS 204 (80.08% from 255) = 30.09%
BLUE value IS 250 (98.05% from 255) = 36.87%
R=33.04%
G=30.09%
B=36.87%

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
Decimal2242042500.100.1800.02266.0982.1489.02
HexE0CCFAA120210a5259
Octal340314372122202412122131
Binary11100000110011001111101010101001001010000101010100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0CCFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0CCFA; }

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

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

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

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

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

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

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

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