#E0C7FD

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

Shades of Fog #E0C7FD

Tints of Fog #E0C7FD

Color information

#E0C7FD (or 0xE0C7FD) is unknown color: approx Fog. HEX triplet: E0, C7 and FD. RGB value is (224,199,253). Sum of RGB (Red+Green+Blue) = 224+199+253=676 (89% of max value = 765). Red value is 224 (87.89% from 255 or 33.14% from 676); Green value is 199 (78.12% from 255 or 29.44% from 676); Blue value is 253 (99.22% from 255 or 37.43% from 676); Max value from RGB is 253 - color contains mainly: blue. Hex color #E0C7FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0C7FD is #1F3802. Grayscale: #D4D4D4. Windows color (decimal): -2045955 or 16631776. OLE color: 16631776.

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

Color convert

RGB224199253-
CMYK0.110.2100.01
HSL267.78º93.1%88.63%-
HSV(B)267.78º21.34%99.22%-
XYZ68.8963.79101.61-
YUV212.63150.78136.11-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 33.14%
GREEN value IS 199 (78.12% from 255) = 29.44%
BLUE value IS 253 (99.22% from 255) = 37.43%
R=33.14%
G=29.44%
B=37.43%

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
Decimal2241992530.110.2100.01267.7893.188.63
HexE0C7FDB150110c5d59
Octal340307375132501414135131
Binary1110000011000111111111011011101010110000110010111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0C7FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0C7FD; }

 p { color: rgb(224,199,253); }

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

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

 a { background-color: rgb(224,199,253); }

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

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

 span { border-color: rgb(224,199,253); }

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