#E0C9FE

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

Shades of Fog #E0C9FE

Tints of Fog #E0C9FE

Color information

#E0C9FE (or 0xE0C9FE) is unknown color: approx Fog. HEX triplet: E0, C9 and FE. RGB value is (224,201,254). Sum of RGB (Red+Green+Blue) = 224+201+254=679 (89% of max value = 765). Red value is 224 (87.89% from 255 or 32.99% from 679); Green value is 201 (78.91% from 255 or 29.60% from 679); Blue value is 254 (99.61% from 255 or 37.41% from 679); Max value from RGB is 254 - color contains mainly: blue. Hex color #E0C9FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0C9FE is #1F3601. Grayscale: #D5D5D5. Windows color (decimal): -2045442 or 16697824. OLE color: 16697824.

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

Color convert

RGB224201254-
CMYK0.120.2100.00
HSL266.04º96.36%89.22%-
HSV(B)266.04º20.87%99.61%-
XYZ69.5264.78102.61-
YUV213.92150.62135.19-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 32.99%
GREEN value IS 201 (78.91% from 255) = 29.60%
BLUE value IS 254 (99.61% from 255) = 37.41%
R=32.99%
G=29.60%
B=37.41%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2242012540.120.2100.00266.0496.3689.22
HexE0C9FEC150010a6059
Octal340311376142500412140131
Binary1110000011001001111111101100101010010000101011000001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0C9FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0C9FE; }

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

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

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

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

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

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

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

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