#E2BDB2

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

Shades of Cavern Pink #E2BDB2

Tints of Cavern Pink #E2BDB2

Color information

#E2BDB2 (or 0xE2BDB2) is unknown color: approx Cavern Pink. HEX triplet: E2, BD and B2. RGB value is (226,189,178). Sum of RGB (Red+Green+Blue) = 226+189+178=593 (78% of max value = 765). Red value is 226 (88.67% from 255 or 38.11% from 593); Green value is 189 (74.22% from 255 or 31.87% from 593); Blue value is 178 (69.92% from 255 or 30.02% from 593); Max value from RGB is 226 - color contains mainly: red. Hex color #E2BDB2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2BDB2 is #1D424D. Grayscale: #C6C6C6. Windows color (decimal): -1917518 or 11714018. OLE color: 11714018.

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

Color convert

RGB226189178-
CMYK00.160.210.11
HSL13.75º45.28%79.22%-
HSV(B)13.75º21.24%88.63%-
XYZ57.655.7849.85-
YUV198.81116.26147.39-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 38.11%
GREEN value IS 189 (74.22% from 255) = 31.87%
BLUE value IS 178 (69.92% from 255) = 30.02%
R=38.11%
G=31.87%
B=30.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.21
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22618917800.160.210.1113.7545.2879.22
HexE2BDB201015Be2d4f
Octal34227526202025131655117
Binary11100010101111011011001001000010101101111101011011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2BDB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2BDB2; }

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

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

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

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

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

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

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

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