#E1BDB0

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

Shades of Cavern Pink #E1BDB0

Tints of Cavern Pink #E1BDB0

Color information

#E1BDB0 (or 0xE1BDB0) is unknown color: approx Cavern Pink. HEX triplet: E1, BD and B0. RGB value is (225,189,176). Sum of RGB (Red+Green+Blue) = 225+189+176=590 (78% of max value = 765). Red value is 225 (88.28% from 255 or 38.14% from 590); Green value is 189 (74.22% from 255 or 32.03% from 590); Blue value is 176 (69.14% from 255 or 29.83% from 590); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BDB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1BDB0 is #1E424F. Grayscale: #C6C6C6. Windows color (decimal): -1983056 or 11582945. OLE color: 11582945.

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

Color convert

RGB225189176-
CMYK00.160.220.12
HSL15.92º44.95%78.63%-
HSV(B)15.92º21.78%88.24%-
XYZ57.0955.5448.79-
YUV198.28115.43147.06-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 38.14%
GREEN value IS 189 (74.22% from 255) = 32.03%
BLUE value IS 176 (69.14% from 255) = 29.83%
R=38.14%
G=32.03%
B=29.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.22
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22518917600.160.220.1215.9244.9578.63
HexE1BDB001016C102d4f
Octal34127526002026142055117
Binary111000011011110110110000010000101101100100001011011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1BDB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1BDB0; }

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

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

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

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

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

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

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

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