#E0C6FE

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

Shades of Fog #E0C6FE

Tints of Fog #E0C6FE

Color information

#E0C6FE (or 0xE0C6FE) is unknown color: approx Fog. HEX triplet: E0, C6 and FE. RGB value is (224,198,254). Sum of RGB (Red+Green+Blue) = 224+198+254=676 (89% of max value = 765). Red value is 224 (87.89% from 255 or 33.14% from 676); Green value is 198 (77.73% from 255 or 29.29% from 676); Blue value is 254 (99.61% from 255 or 37.57% from 676); Max value from RGB is 254 - color contains mainly: blue. Hex color #E0C6FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0C6FE is #1F3901. Grayscale: #D3D3D3. Windows color (decimal): -2046210 or 16697056. OLE color: 16697056.

HSL color Cylindrical-coordinate representation of color #E0C6FE: hue angle of 267.86º degrees, saturation: 0.97, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #E0C6FE is Cyan = 0.12, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB224198254-
CMYK0.120.2200.00
HSL267.86º96.55%88.63%-
HSV(B)267.86º22.05%99.61%-
XYZ68.8263.39102.37-
YUV212.16151.61136.45-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 33.14%
GREEN value IS 198 (77.73% from 255) = 29.29%
BLUE value IS 254 (99.61% from 255) = 37.57%
R=33.14%
G=29.29%
B=37.57%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2241982540.120.2200.00267.8696.5588.63
HexE0C6FEC160010c6159
Octal340306376142600414141131
Binary1110000011000110111111101100101100010000110011000011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0C6FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0C6FE; }

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

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

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

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

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

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

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

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