#E2CCFD

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

Shades of Fog #E2CCFD

Tints of Fog #E2CCFD

Color information

#E2CCFD (or 0xE2CCFD) is unknown color: approx Fog. HEX triplet: E2, CC and FD. RGB value is (226,204,253). Sum of RGB (Red+Green+Blue) = 226+204+253=683 (90% of max value = 765). Red value is 226 (88.67% from 255 or 33.09% from 683); Green value is 204 (80.08% from 255 or 29.87% from 683); Blue value is 253 (99.22% from 255 or 37.04% from 683); Max value from RGB is 253 - color contains mainly: blue. Hex color #E2CCFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2CCFD is #1D3302. Grayscale: #D7D7D7. Windows color (decimal): -1913603 or 16633058. OLE color: 16633058.

HSL color Cylindrical-coordinate representation of color #E2CCFD: hue angle of 266.94º 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 #E2CCFD is Cyan = 0.11, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB226204253-
CMYK0.110.1900.01
HSL266.94º92.45%89.61%-
HSV(B)266.94º19.37%99.22%-
XYZ70.6966.45102.03-
YUV216.16148.79135.02-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 33.09%
GREEN value IS 204 (80.08% from 255) = 29.87%
BLUE value IS 253 (99.22% from 255) = 37.04%
R=33.09%
G=29.87%
B=37.04%

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
Decimal2262042530.110.1900.01266.9492.4589.61
HexE2CCFDB130110b5c5a
Octal342314375132301413134132
Binary1110001011001100111111011011100110110000101110111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2CCFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2CCFD; }

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

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

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

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

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

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

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

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