#E1CBFB

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

Shades of Fog #E1CBFB

Tints of Fog #E1CBFB

Color information

#E1CBFB (or 0xE1CBFB) is unknown color: approx Fog. HEX triplet: E1, CB and FB. RGB value is (225,203,251). Sum of RGB (Red+Green+Blue) = 225+203+251=679 (89% of max value = 765). Red value is 225 (88.28% from 255 or 33.14% from 679); Green value is 203 (79.69% from 255 or 29.90% from 679); Blue value is 251 (98.44% from 255 or 36.97% from 679); Max value from RGB is 251 - color contains mainly: blue. Hex color #E1CBFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1CBFB is #1E3404. Grayscale: #D6D6D6. Windows color (decimal): -1979397 or 16501729. OLE color: 16501729.

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

Color convert

RGB225203251-
CMYK0.100.1900.02
HSL267.5º85.71%89.02%-
HSV(B)267.5º19.12%98.43%-
XYZ69.8265.68100.27-
YUV215.05148.29135.1-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 33.14%
GREEN value IS 203 (79.69% from 255) = 29.90%
BLUE value IS 251 (98.44% from 255) = 36.97%
R=33.14%
G=29.90%
B=36.97%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2252032510.100.1900.02267.585.7189.02
HexE1CBFBA130210c5659
Octal341313373122302414126131
Binary11100001110010111111101110101001101010000110010101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1CBFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1CBFB; }

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

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

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

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

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

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

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

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