#E2BDBA

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

Shades of Cavern Pink #E2BDBA

Tints of Cavern Pink #E2BDBA

Color information

#E2BDBA (or 0xE2BDBA) is unknown color: approx Cavern Pink. HEX triplet: E2, BD and BA. RGB value is (226,189,186). Sum of RGB (Red+Green+Blue) = 226+189+186=601 (79% of max value = 765). Red value is 226 (88.67% from 255 or 37.60% from 601); Green value is 189 (74.22% from 255 or 31.45% from 601); Blue value is 186 (73.05% from 255 or 30.95% from 601); Max value from RGB is 226 - color contains mainly: red. Hex color #E2BDBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2BDBA is #1D4245. Grayscale: #C7C7C7. Windows color (decimal): -1917510 or 12238306. OLE color: 12238306.

HSL color Cylindrical-coordinate representation of color #E2BDBA: hue angle of 4.5º degrees, saturation: 0.41, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E2BDBA is Cyan = 0, Magento = 0.16, Yellow = 0.18 and Black (K on CMYK) = 0.11.

Color convert

RGB226189186-
CMYK00.160.180.11
HSL4.5º40.82%80.78%-
HSV(B)4.5º17.7%88.63%-
XYZ58.4256.1154.21-
YUV199.72120.26146.74-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 37.60%
GREEN value IS 189 (74.22% from 255) = 31.45%
BLUE value IS 186 (73.05% from 255) = 30.95%
R=37.60%
G=31.45%
B=30.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.18
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22618918600.160.180.114.540.8280.78
HexE2BDBA01012B52951
Octal3422752720202213551121
Binary1110001010111101101110100100001001010111011010011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2BDBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2BDBA; }

 p { color: rgb(226,189,186); }

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

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

 a { background-color: rgb(226,189,186); }

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

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

 span { border-color: rgb(226,189,186); }

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