#E4CCFC

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

Shades of Fog #E4CCFC

Tints of Fog #E4CCFC

Color information

#E4CCFC (or 0xE4CCFC) is unknown color: approx Fog. HEX triplet: E4, CC and FC. RGB value is (228,204,252). Sum of RGB (Red+Green+Blue) = 228+204+252=684 (90% of max value = 765). Red value is 228 (89.45% from 255 or 33.33% from 684); Green value is 204 (80.08% from 255 or 29.82% from 684); Blue value is 252 (98.83% from 255 or 36.84% from 684); Max value from RGB is 252 - color contains mainly: blue. Hex color #E4CCFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E4CCFC is #1B3303. Grayscale: #D8D8D8. Windows color (decimal): -1782532 or 16567524. OLE color: 16567524.

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

Color convert

RGB228204252-
CMYK0.100.1900.01
HSL270º88.89%89.41%-
HSV(B)270º19.05%98.82%-
XYZ71.1666.71101.22-
YUV216.65147.95136.1-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 33.33%
GREEN value IS 204 (80.08% from 255) = 29.82%
BLUE value IS 252 (98.83% from 255) = 36.84%
R=33.33%
G=29.82%
B=36.84%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2282042520.100.1900.0127088.8989.41
HexE4CCFCA130110e5959
Octal344314374122301416131131
Binary1110010011001100111111001010100110110000111010110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4CCFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4CCFC; }

 p { color: rgb(228,204,252); }

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

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

 a { background-color: rgb(228,204,252); }

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

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

 span { border-color: rgb(228,204,252); }

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