#E0C6FC

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

Shades of Fog #E0C6FC

Tints of Fog #E0C6FC

Color information

#E0C6FC (or 0xE0C6FC) is unknown color: approx Fog. HEX triplet: E0, C6 and FC. RGB value is (224,198,252). Sum of RGB (Red+Green+Blue) = 224+198+252=674 (89% of max value = 765). Red value is 224 (87.89% from 255 or 33.23% from 674); Green value is 198 (77.73% from 255 or 29.38% from 674); Blue value is 252 (98.83% from 255 or 37.39% from 674); Max value from RGB is 252 - color contains mainly: blue. Hex color #E0C6FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0C6FC is #1F3903. Grayscale: #D3D3D3. Windows color (decimal): -2046212 or 16565984. OLE color: 16565984.

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

Color convert

RGB224198252-
CMYK0.110.2100.01
HSL268.89º90%88.24%-
HSV(B)268.89º21.43%98.82%-
XYZ68.5163.26100.7-
YUV211.93150.61136.61-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 33.23%
GREEN value IS 198 (77.73% from 255) = 29.38%
BLUE value IS 252 (98.83% from 255) = 37.39%
R=33.23%
G=29.38%
B=37.39%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2241982520.110.2100.01268.899088.24
HexE0C6FCB150110d5a58
Octal340306374132501415132130
Binary1110000011000110111111001011101010110000110110110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0C6FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0C6FC; }

 p { color: rgb(224,198,252); }

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

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

 a { background-color: rgb(224,198,252); }

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

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

 span { border-color: rgb(224,198,252); }

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