#E0CEFD

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

Shades of Fog #E0CEFD

Tints of Fog #E0CEFD

Color information

#E0CEFD (or 0xE0CEFD) is unknown color: approx Fog. HEX triplet: E0, CE and FD. RGB value is (224,206,253). Sum of RGB (Red+Green+Blue) = 224+206+253=683 (90% of max value = 765). Red value is 224 (87.89% from 255 or 32.80% from 683); Green value is 206 (80.86% from 255 or 30.16% from 683); Blue value is 253 (99.22% from 255 or 37.04% from 683); Max value from RGB is 253 - color contains mainly: blue. Hex color #E0CEFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0CEFD is #1F3102. Grayscale: #D8D8D8. Windows color (decimal): -2044163 or 16633568. OLE color: 16633568.

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

Color convert

RGB224206253-
CMYK0.110.1900.01
HSL262.98º92.16%90%-
HSV(B)262.98º18.58%99.22%-
XYZ70.5467.08102.16-
YUV216.74148.46133.18-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 32.80%
GREEN value IS 206 (80.86% from 255) = 30.16%
BLUE value IS 253 (99.22% from 255) = 37.04%
R=32.80%
G=30.16%
B=37.04%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2242062530.110.1900.01262.9892.1690
HexE0CEFDB13011075c5a
Octal340316375132301407134132
Binary1110000011001110111111011011100110110000011110111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0CEFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0CEFD; }

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

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

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

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

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

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

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

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