#E1BFBC

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

Shades of Cavern Pink #E1BFBC

Tints of Cavern Pink #E1BFBC

Color information

#E1BFBC (or 0xE1BFBC) is unknown color: approx Cavern Pink. HEX triplet: E1, BF and BC. RGB value is (225,191,188). Sum of RGB (Red+Green+Blue) = 225+191+188=604 (80% of max value = 765). Red value is 225 (88.28% from 255 or 37.25% from 604); Green value is 191 (75% from 255 or 31.62% from 604); Blue value is 188 (73.83% from 255 or 31.13% from 604); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BFBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1BFBC is #1E4043. Grayscale: #C8C8C8. Windows color (decimal): -1982532 or 12369889. OLE color: 12369889.

HSL color Cylindrical-coordinate representation of color #E1BFBC: hue angle of 4.86º degrees, saturation: 0.38, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #E1BFBC is Cyan = 0, Magento = 0.15, Yellow = 0.16 and Black (K on CMYK) = 0.12.

Color convert

RGB225191188-
CMYK00.150.160.12
HSL4.86º38.14%80.98%-
HSV(B)4.86º16.44%88.24%-
XYZ58.7656.955.46-
YUV200.82120.76145.24-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 37.25%
GREEN value IS 191 (75% from 255) = 31.62%
BLUE value IS 188 (73.83% from 255) = 31.13%
R=37.25%
G=31.62%
B=31.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.16
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22519118800.150.160.124.8638.1480.98
HexE1BFBC0F10C52651
Octal3412772740172014546121
Binary111000011011111110111100011111000011001011001101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1BFBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1BFBC; }

 p { color: rgb(225,191,188); }

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

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

 a { background-color: rgb(225,191,188); }

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

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

 span { border-color: rgb(225,191,188); }

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