#E5CCFF

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

Shades of Fog #E5CCFF

Tints of Fog #E5CCFF

Color information

#E5CCFF (or 0xE5CCFF) is unknown color: approx Fog. HEX triplet: E5, CC and FF. RGB value is (229,204,255). Sum of RGB (Red+Green+Blue) = 229+204+255=688 (91% of max value = 765). Red value is 229 (89.84% from 255 or 33.28% from 688); Green value is 204 (80.08% from 255 or 29.65% from 688); Blue value is 255 (100% from 255 or 37.06% from 688); Max value from RGB is 255 - color contains mainly: blue. Hex color #E5CCFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5CCFF is #1A3300. Grayscale: #D9D9D9. Windows color (decimal): -1716993 or 16764133. OLE color: 16764133.

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

Color convert

RGB229204255-
CMYK0.100.200
HSL269.41º100%90%-
HSV(B)269.41º20%100%-
XYZ71.9667.06103.76-
YUV217.29149.28136.35-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 33.28%
GREEN value IS 204 (80.08% from 255) = 29.65%
BLUE value IS 255 (100% from 255) = 37.06%
R=33.28%
G=29.65%
B=37.06%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2292042550.100.200269.4110090
HexE5CCFFA140010d645a
Octal345314377122400415144132
Binary1110010111001100111111111010101000010000110111001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5CCFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5CCFF; }

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

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

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

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

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

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

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

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