#E2CCFF

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

Shades of Fog #E2CCFF

Tints of Fog #E2CCFF

Color information

#E2CCFF (or 0xE2CCFF) is unknown color: approx Fog. HEX triplet: E2, CC and FF. RGB value is (226,204,255). Sum of RGB (Red+Green+Blue) = 226+204+255=685 (90% of max value = 765). Red value is 226 (88.67% from 255 or 32.99% from 685); Green value is 204 (80.08% from 255 or 29.78% from 685); Blue value is 255 (100% from 255 or 37.23% from 685); Max value from RGB is 255 - color contains mainly: blue. Hex color #E2CCFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2CCFF is #1D3300. Grayscale: #D8D8D8. Windows color (decimal): -1913601 or 16764130. OLE color: 16764130.

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

Color convert

RGB226204255-
CMYK0.110.200
HSL265.88º100%90%-
HSV(B)265.88º20%100%-
XYZ71.0166.57103.72-
YUV216.39149.79134.85-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 32.99%
GREEN value IS 204 (80.08% from 255) = 29.78%
BLUE value IS 255 (100% from 255) = 37.23%
R=32.99%
G=29.78%
B=37.23%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2262042550.110.200265.8810090
HexE2CCFFB140010a645a
Octal342314377132400412144132
Binary1110001011001100111111111011101000010000101011001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2CCFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2CCFF; }

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

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

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

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

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

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

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

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