#E0BDBA

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

Shades of Cavern Pink #E0BDBA

Tints of Cavern Pink #E0BDBA

Color information

#E0BDBA (or 0xE0BDBA) is unknown color: approx Cavern Pink. HEX triplet: E0, BD and BA. RGB value is (224,189,186). Sum of RGB (Red+Green+Blue) = 224+189+186=599 (79% of max value = 765). Red value is 224 (87.89% from 255 or 37.40% from 599); Green value is 189 (74.22% from 255 or 31.55% from 599); Blue value is 186 (73.05% from 255 or 31.05% from 599); Max value from RGB is 224 - color contains mainly: red. Hex color #E0BDBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0BDBA is #1F4245. Grayscale: #C7C7C7. Windows color (decimal): -2048582 or 12238304. OLE color: 12238304.

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

Color convert

RGB224189186-
CMYK00.160.170.12
HSL4.74º38%80.39%-
HSV(B)4.74º16.96%87.84%-
XYZ57.855.7954.18-
YUV199.12120.6145.74-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 37.40%
GREEN value IS 189 (74.22% from 255) = 31.55%
BLUE value IS 186 (73.05% from 255) = 31.05%
R=37.40%
G=31.55%
B=31.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.17
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22418918600.160.170.124.743880.39
HexE0BDBA01011C52650
Octal3402752720202114546120
Binary1110000010111101101110100100001000111001011001101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0BDBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0BDBA; }

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

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

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

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

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

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

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

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