#E1CFFB

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

Shades of Fog #E1CFFB

Tints of Fog #E1CFFB

Color information

#E1CFFB (or 0xE1CFFB) is unknown color: approx Fog. HEX triplet: E1, CF and FB. RGB value is (225,207,251). Sum of RGB (Red+Green+Blue) = 225+207+251=683 (90% of max value = 765). Red value is 225 (88.28% from 255 or 32.94% from 683); Green value is 207 (81.25% from 255 or 30.31% from 683); Blue value is 251 (98.44% from 255 or 36.75% from 683); Max value from RGB is 251 - color contains mainly: blue. Hex color #E1CFFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1CFFB is #1E3004. Grayscale: #D9D9D9. Windows color (decimal): -1978373 or 16502753. OLE color: 16502753.

HSL color Cylindrical-coordinate representation of color #E1CFFB: hue angle of 264.55º degrees, saturation: 0.85, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E1CFFB is Cyan = 0.10, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB225207251-
CMYK0.100.1800.02
HSL264.55º84.62%89.8%-
HSV(B)264.55º17.53%98.43%-
XYZ70.7867.6100.58-
YUV217.4146.96133.42-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 32.94%
GREEN value IS 207 (81.25% from 255) = 30.31%
BLUE value IS 251 (98.44% from 255) = 36.75%
R=32.94%
G=30.31%
B=36.75%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2252072510.100.1800.02264.5584.6289.8
HexE1CFFBA1202109555a
Octal341317373122202411125132
Binary11100001110011111111101110101001001010000100110101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1CFFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1CFFB; }

 p { color: rgb(225,207,251); }

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

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

 a { background-color: rgb(225,207,251); }

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

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

 span { border-color: rgb(225,207,251); }

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