#E1CBFE

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

Shades of Fog #E1CBFE

Tints of Fog #E1CBFE

Color information

#E1CBFE (or 0xE1CBFE) is unknown color: approx Fog. HEX triplet: E1, CB and FE. RGB value is (225,203,254). Sum of RGB (Red+Green+Blue) = 225+203+254=682 (90% of max value = 765). Red value is 225 (88.28% from 255 or 32.99% from 682); Green value is 203 (79.69% from 255 or 29.77% from 682); Blue value is 254 (99.61% from 255 or 37.24% from 682); Max value from RGB is 254 - color contains mainly: blue. Hex color #E1CBFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1CBFE is #1E3401. Grayscale: #D7D7D7. Windows color (decimal): -1979394 or 16698337. OLE color: 16698337.

HSL color Cylindrical-coordinate representation of color #E1CBFE: hue angle of 265.88º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #E1CBFE is Cyan = 0.11, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB225203254-
CMYK0.110.2000.00
HSL265.88º96.23%89.61%-
HSV(B)265.88º20.08%99.61%-
XYZ70.365.88102.78-
YUV215.39149.79134.85-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 32.99%
GREEN value IS 203 (79.69% from 255) = 29.77%
BLUE value IS 254 (99.61% from 255) = 37.24%
R=32.99%
G=29.77%
B=37.24%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2252032540.110.2000.00265.8896.2389.61
HexE1CBFEB140010a605a
Octal341313376132400412140132
Binary1110000111001011111111101011101000010000101011000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1CBFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1CBFE; }

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

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

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

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

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

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

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

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