#E1BDBB

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

Shades of Cavern Pink #E1BDBB

Tints of Cavern Pink #E1BDBB

Color information

#E1BDBB (or 0xE1BDBB) is unknown color: approx Cavern Pink. HEX triplet: E1, BD and BB. RGB value is (225,189,187). Sum of RGB (Red+Green+Blue) = 225+189+187=601 (79% of max value = 765). Red value is 225 (88.28% from 255 or 37.44% from 601); Green value is 189 (74.22% from 255 or 31.45% from 601); Blue value is 187 (73.44% from 255 or 31.11% from 601); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BDBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1BDBB is #1E4244. Grayscale: #C7C7C7. Windows color (decimal): -1983045 or 12303841. OLE color: 12303841.

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

Color convert

RGB225189187-
CMYK00.160.170.12
HSL3.16º38.78%80.78%-
HSV(B)3.16º16.89%88.24%-
XYZ58.2255.9954.75-
YUV199.54120.93146.16-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 37.44%
GREEN value IS 189 (74.22% from 255) = 31.45%
BLUE value IS 187 (73.44% from 255) = 31.11%
R=37.44%
G=31.45%
B=31.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.17
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22518918700.160.170.123.1638.7880.78
HexE1BDBB01011C32751
Octal3412752730202114347121
Binary111000011011110110111011010000100011100111001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1BDBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1BDBB; }

 p { color: rgb(225,189,187); }

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

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

 a { background-color: rgb(225,189,187); }

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

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

 span { border-color: rgb(225,189,187); }

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