#E0BDB2

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

Shades of Cavern Pink #E0BDB2

Tints of Cavern Pink #E0BDB2

Color information

#E0BDB2 (or 0xE0BDB2) is unknown color: approx Cavern Pink. HEX triplet: E0, BD and B2. RGB value is (224,189,178). Sum of RGB (Red+Green+Blue) = 224+189+178=591 (78% of max value = 765). Red value is 224 (87.89% from 255 or 37.90% from 591); Green value is 189 (74.22% from 255 or 31.98% from 591); Blue value is 178 (69.92% from 255 or 30.12% from 591); Max value from RGB is 224 - color contains mainly: red. Hex color #E0BDB2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0BDB2 is #1F424D. Grayscale: #C6C6C6. Windows color (decimal): -2048590 or 11714016. OLE color: 11714016.

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

Color convert

RGB224189178-
CMYK00.160.210.12
HSL14.35º42.59%78.82%-
HSV(B)14.35º20.54%87.84%-
XYZ56.9755.4649.82-
YUV198.21116.6146.39-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 37.90%
GREEN value IS 189 (74.22% from 255) = 31.98%
BLUE value IS 178 (69.92% from 255) = 30.12%
R=37.90%
G=31.98%
B=30.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.21
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22418917800.160.210.1214.3542.5978.82
HexE0BDB201015Ce2b4f
Octal34027526202025141653117
Binary11100000101111011011001001000010101110011101010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0BDB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0BDB2; }

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

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

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

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

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

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

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

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