#E0CCFD

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

Shades of Fog #E0CCFD

Tints of Fog #E0CCFD

Color information

#E0CCFD (or 0xE0CCFD) is unknown color: approx Fog. HEX triplet: E0, CC and FD. RGB value is (224,204,253). Sum of RGB (Red+Green+Blue) = 224+204+253=681 (90% of max value = 765). Red value is 224 (87.89% from 255 or 32.89% from 681); Green value is 204 (80.08% from 255 or 29.96% from 681); Blue value is 253 (99.22% from 255 or 37.15% from 681); Max value from RGB is 253 - color contains mainly: blue. Hex color #E0CCFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0CCFD is #1F3302. Grayscale: #D7D7D7. Windows color (decimal): -2044675 or 16633056. OLE color: 16633056.

HSL color Cylindrical-coordinate representation of color #E0CCFD: hue angle of 264.49º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #E0CCFD is Cyan = 0.11, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB224204253-
CMYK0.110.1900.01
HSL264.49º92.45%89.61%-
HSV(B)264.49º19.37%99.22%-
XYZ70.0666.12102-
YUV215.57149.13134.02-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 32.89%
GREEN value IS 204 (80.08% from 255) = 29.96%
BLUE value IS 253 (99.22% from 255) = 37.15%
R=32.89%
G=29.96%
B=37.15%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2242042530.110.1900.01264.4992.4589.61
HexE0CCFDB13011085c5a
Octal340314375132301410134132
Binary1110000011001100111111011011100110110000100010111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0CCFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0CCFD; }

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

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

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

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

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

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

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

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