#E0C5FB

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

Shades of Fog #E0C5FB

Tints of Fog #E0C5FB

Color information

#E0C5FB (or 0xE0C5FB) is unknown color: approx Fog. HEX triplet: E0, C5 and FB. RGB value is (224,197,251). Sum of RGB (Red+Green+Blue) = 224+197+251=672 (89% of max value = 765). Red value is 224 (87.89% from 255 or 33.33% from 672); Green value is 197 (77.34% from 255 or 29.32% from 672); Blue value is 251 (98.44% from 255 or 37.35% from 672); Max value from RGB is 251 - color contains mainly: blue. Hex color #E0C5FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0C5FB is #1F3A04. Grayscale: #D3D3D3. Windows color (decimal): -2046469 or 16500192. OLE color: 16500192.

HSL color Cylindrical-coordinate representation of color #E0C5FB: hue angle of 270º degrees, saturation: 0.87, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #E0C5FB is Cyan = 0.11, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB224197251-
CMYK0.110.2200.02
HSL270º87.1%87.84%-
HSV(B)270º21.51%98.43%-
XYZ68.1262.7499.79-
YUV211.23150.45137.11-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 33.33%
GREEN value IS 197 (77.34% from 255) = 29.32%
BLUE value IS 251 (98.44% from 255) = 37.35%
R=33.33%
G=29.32%
B=37.35%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2241972510.110.2200.0227087.187.84
HexE0C5FBB160210e5758
Octal340305373132602416127130
Binary11100000110001011111101110111011001010000111010101111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0C5FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0C5FB; }

 p { color: rgb(224,197,251); }

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

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

 a { background-color: rgb(224,197,251); }

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

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

 span { border-color: rgb(224,197,251); }

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