#E7BBAF

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

Shades of Cavern Pink #E7BBAF

Tints of Cavern Pink #E7BBAF

Color information

#E7BBAF (or 0xE7BBAF) is unknown color: approx Cavern Pink. HEX triplet: E7, BB and AF. RGB value is (231,187,175). Sum of RGB (Red+Green+Blue) = 231+187+175=593 (78% of max value = 765). Red value is 231 (90.62% from 255 or 38.95% from 593); Green value is 187 (73.44% from 255 or 31.53% from 593); Blue value is 175 (68.75% from 255 or 29.51% from 593); Max value from RGB is 231 - color contains mainly: red. Hex color #E7BBAF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7BBAF is #184450. Grayscale: #C6C6C6. Windows color (decimal): -1590353 or 11516903. OLE color: 11516903.

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

Color convert

RGB231187175-
CMYK00.190.240.09
HSL12.86º53.85%79.61%-
HSV(B)12.86º24.24%90.59%-
XYZ58.4655.6248.21-
YUV198.79114.58150.98-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 38.95%
GREEN value IS 187 (73.44% from 255) = 31.53%
BLUE value IS 175 (68.75% from 255) = 29.51%
R=38.95%
G=31.53%
B=29.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.24
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23118717500.190.240.0912.8653.8579.61
HexE7BBAF013189d3650
Octal34727325702330111566120
Binary11100111101110111010111101001111000100111011101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7BBAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7BBAF; }

 p { color: rgb(231,187,175); }

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

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

 a { background-color: rgb(231,187,175); }

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

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

 span { border-color: rgb(231,187,175); }

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