#E0CFF0

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

Shades of Fog #E0CFF0

Tints of Fog #E0CFF0

Color information

#E0CFF0 (or 0xE0CFF0) is unknown color: approx Fog. HEX triplet: E0, CF and F0. RGB value is (224,207,240). Sum of RGB (Red+Green+Blue) = 224+207+240=671 (88% of max value = 765). Red value is 224 (87.89% from 255 or 33.38% from 671); Green value is 207 (81.25% from 255 or 30.85% from 671); Blue value is 240 (94.14% from 255 or 35.77% from 671); Max value from RGB is 240 - color contains mainly: blue. Hex color #E0CFF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0CFF0 is #1F300F. Grayscale: #D7D7D7. Windows color (decimal): -2043920 or 15781856. OLE color: 15781856.

HSL color Cylindrical-coordinate representation of color #E0CFF0: hue angle of 270.91º degrees, saturation: 0.52, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #E0CFF0 is Cyan = 0.07, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB224207240-
CMYK0.070.1400.06
HSL270.91º52.38%87.65%-
HSV(B)270.91º13.75%94.12%-
XYZ68.7866.7691.7-
YUV215.84141.63133.82-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 33.38%
GREEN value IS 207 (81.25% from 255) = 30.85%
BLUE value IS 240 (94.14% from 255) = 35.77%
R=33.38%
G=30.85%
B=35.77%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2242072400.070.1400.06270.9152.3887.65
HexE0CFF07E0610f3458
Octal3403173607160641764130
Binary111000001100111111110000111111001101000011111101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0CFF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0CFF0; }

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

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

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

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

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

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

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

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