#E0CCFB

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

Shades of Fog #E0CCFB

Tints of Fog #E0CCFB

Color information

#E0CCFB (or 0xE0CCFB) is unknown color: approx Fog. HEX triplet: E0, CC and FB. RGB value is (224,204,251). Sum of RGB (Red+Green+Blue) = 224+204+251=679 (89% of max value = 765). Red value is 224 (87.89% from 255 or 32.99% from 679); Green value is 204 (80.08% from 255 or 30.04% from 679); Blue value is 251 (98.44% from 255 or 36.97% from 679); Max value from RGB is 251 - color contains mainly: blue. Hex color #E0CCFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0CCFB is #1F3304. Grayscale: #D7D7D7. Windows color (decimal): -2044677 or 16501984. OLE color: 16501984.

HSL color Cylindrical-coordinate representation of color #E0CCFB: hue angle of 265.53º degrees, saturation: 0.85, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #E0CCFB is Cyan = 0.11, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB224204251-
CMYK0.110.1900.02
HSL265.53º85.45%89.22%-
HSV(B)265.53º18.73%98.43%-
XYZ69.7566100.33-
YUV215.34148.13134.18-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 32.99%
GREEN value IS 204 (80.08% from 255) = 30.04%
BLUE value IS 251 (98.44% from 255) = 36.97%
R=32.99%
G=30.04%
B=36.97%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2242042510.110.1900.02265.5385.4589.22
HexE0CCFBB130210a5559
Octal340314373132302412125131
Binary11100000110011001111101110111001101010000101010101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0CCFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0CCFB; }

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

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

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

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

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

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

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

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