#E0CCFF

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

Shades of Fog #E0CCFF

Tints of Fog #E0CCFF

Color information

#E0CCFF (or 0xE0CCFF) is unknown color: approx Fog. HEX triplet: E0, CC and FF. RGB value is (224,204,255). Sum of RGB (Red+Green+Blue) = 224+204+255=683 (90% of max value = 765). Red value is 224 (87.89% from 255 or 32.80% from 683); Green value is 204 (80.08% from 255 or 29.87% from 683); Blue value is 255 (100% from 255 or 37.34% from 683); Max value from RGB is 255 - color contains mainly: blue. Hex color #E0CCFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0CCFF is #1F3300. Grayscale: #D7D7D7. Windows color (decimal): -2044673 or 16764128. OLE color: 16764128.

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

Color convert

RGB224204255-
CMYK0.120.200
HSL263.53º100%90%-
HSV(B)263.53º20%100%-
XYZ70.3866.25103.69-
YUV215.79150.13133.85-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 32.80%
GREEN value IS 204 (80.08% from 255) = 29.87%
BLUE value IS 255 (100% from 255) = 37.34%
R=32.80%
G=29.87%
B=37.34%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2242042550.120.200263.5310090
HexE0CCFFC1400108645a
Octal340314377142400410144132
Binary1110000011001100111111111100101000010000100011001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0CCFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0CCFF; }

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

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

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

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

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

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

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

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