#E0CFFF

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

Shades of Fog #E0CFFF

Tints of Fog #E0CFFF

Color information

#E0CFFF (or 0xE0CFFF) is unknown color: approx Fog. HEX triplet: E0, CF and FF. RGB value is (224,207,255). Sum of RGB (Red+Green+Blue) = 224+207+255=686 (90% of max value = 765). Red value is 224 (87.89% from 255 or 32.65% from 686); Green value is 207 (81.25% from 255 or 30.17% from 686); Blue value is 255 (100% from 255 or 37.17% from 686); Max value from RGB is 255 - color contains mainly: blue. Hex color #E0CFFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0CFFF is #1F3000. Grayscale: #D9D9D9. Windows color (decimal): -2043905 or 16764896. OLE color: 16764896.

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

Color convert

RGB224207255-
CMYK0.120.1900
HSL261.25º100%90.59%-
HSV(B)261.25º18.82%100%-
XYZ71.167.69103.93-
YUV217.55149.13132.6-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 32.65%
GREEN value IS 207 (81.25% from 255) = 30.17%
BLUE value IS 255 (100% from 255) = 37.17%
R=32.65%
G=30.17%
B=37.17%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2242072550.120.1900261.2510090.59
HexE0CFFFC1300105645b
Octal340317377142300405144133
Binary1110000011001111111111111100100110010000010111001001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0CFFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0CFFF; }

 p { color: rgb(224,207,255); }

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

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

 a { background-color: rgb(224,207,255); }

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

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

 span { border-color: rgb(224,207,255); }

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