#E7BDB2

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

Shades of Cavern Pink #E7BDB2

Tints of Cavern Pink #E7BDB2

Color information

#E7BDB2 (or 0xE7BDB2) is unknown color: approx Cavern Pink. HEX triplet: E7, BD and B2. RGB value is (231,189,178). Sum of RGB (Red+Green+Blue) = 231+189+178=598 (79% of max value = 765). Red value is 231 (90.62% from 255 or 38.63% from 598); Green value is 189 (74.22% from 255 or 31.61% from 598); Blue value is 178 (69.92% from 255 or 29.77% from 598); Max value from RGB is 231 - color contains mainly: red. Hex color #E7BDB2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7BDB2 is #18424D. Grayscale: #C8C8C8. Windows color (decimal): -1589838 or 11714023. OLE color: 11714023.

HSL color Cylindrical-coordinate representation of color #E7BDB2: hue angle of 12.45º degrees, saturation: 0.52, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #E7BDB2 is Cyan = 0, Magento = 0.18, Yellow = 0.23 and Black (K on CMYK) = 0.09.

Color convert

RGB231189178-
CMYK00.180.230.09
HSL12.45º52.48%80.2%-
HSV(B)12.45º22.94%90.59%-
XYZ59.1956.649.92-
YUV200.3115.41149.89-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 38.63%
GREEN value IS 189 (74.22% from 255) = 31.61%
BLUE value IS 178 (69.92% from 255) = 29.77%
R=38.63%
G=31.61%
B=29.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.23
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23118917800.180.230.0912.4552.4880.2
HexE7BDB2012179c3450
Octal34727526202227111464120
Binary11100111101111011011001001001010111100111001101001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7BDB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7BDB2; }

 p { color: rgb(231,189,178); }

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

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

 a { background-color: rgb(231,189,178); }

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

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

 span { border-color: rgb(231,189,178); }

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