#E0CFF5

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

Shades of Fog #E0CFF5

Tints of Fog #E0CFF5

Color information

#E0CFF5 (or 0xE0CFF5) is unknown color: approx Fog. HEX triplet: E0, CF and F5. RGB value is (224,207,245). Sum of RGB (Red+Green+Blue) = 224+207+245=676 (89% of max value = 765). Red value is 224 (87.89% from 255 or 33.14% from 676); Green value is 207 (81.25% from 255 or 30.62% from 676); Blue value is 245 (96.09% from 255 or 36.24% from 676); Max value from RGB is 245 - color contains mainly: blue. Hex color #E0CFF5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0CFF5 is #1F300A. Grayscale: #D8D8D8. Windows color (decimal): -2043915 or 16109536. OLE color: 16109536.

HSL color Cylindrical-coordinate representation of color #E0CFF5: hue angle of 266.84º degrees, saturation: 0.66, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #E0CFF5 is Cyan = 0.09, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB224207245-
CMYK0.090.1600.04
HSL266.84º65.52%88.63%-
HSV(B)266.84º15.51%96.08%-
XYZ69.5367.0795.67-
YUV216.42144.13133.41-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 33.14%
GREEN value IS 207 (81.25% from 255) = 30.62%
BLUE value IS 245 (96.09% from 255) = 36.24%
R=33.14%
G=30.62%
B=36.24%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2242072450.090.1600.04266.8465.5288.63
HexE0CFF59100410b4259
Octal340317365112004413102131
Binary111000001100111111110101100110000010010000101110000101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0CFF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0CFF5; }

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

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

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

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

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

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

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

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