#E0C6F9

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

Shades of Fog #E0C6F9

Tints of Fog #E0C6F9

Color information

#E0C6F9 (or 0xE0C6F9) is unknown color: approx Fog. HEX triplet: E0, C6 and F9. RGB value is (224,198,249). Sum of RGB (Red+Green+Blue) = 224+198+249=671 (88% of max value = 765). Red value is 224 (87.89% from 255 or 33.38% from 671); Green value is 198 (77.73% from 255 or 29.51% from 671); Blue value is 249 (97.66% from 255 or 37.11% from 671); Max value from RGB is 249 - color contains mainly: blue. Hex color #E0C6F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0C6F9 is #1F3906. Grayscale: #D3D3D3. Windows color (decimal): -2046215 or 16369376. OLE color: 16369376.

HSL color Cylindrical-coordinate representation of color #E0C6F9: hue angle of 270.59º degrees, saturation: 0.81, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #E0C6F9 is Cyan = 0.10, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB224198249-
CMYK0.100.2000.02
HSL270.59º80.95%87.65%-
HSV(B)270.59º20.48%97.65%-
XYZ68.0363.0898.21-
YUV211.59149.11136.85-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 33.38%
GREEN value IS 198 (77.73% from 255) = 29.51%
BLUE value IS 249 (97.66% from 255) = 37.11%
R=33.38%
G=29.51%
B=37.11%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2241982490.100.2000.02270.5980.9587.65
HexE0C6F9A140210f5158
Octal340306371122402417121130
Binary11100000110001101111100110101010001010000111110100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0C6F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0C6F9; }

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

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

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

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

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

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

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

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