#E0BDBB

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

Shades of Cavern Pink #E0BDBB

Tints of Cavern Pink #E0BDBB

Color information

#E0BDBB (or 0xE0BDBB) is unknown color: approx Cavern Pink. HEX triplet: E0, BD and BB. RGB value is (224,189,187). Sum of RGB (Red+Green+Blue) = 224+189+187=600 (79% of max value = 765). Red value is 224 (87.89% from 255 or 37.33% from 600); Green value is 189 (74.22% from 255 or 31.5% from 600); Blue value is 187 (73.44% from 255 or 31.17% from 600); Max value from RGB is 224 - color contains mainly: red. Hex color #E0BDBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0BDBB is #1F4244. Grayscale: #C7C7C7. Windows color (decimal): -2048581 or 12303840. OLE color: 12303840.

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

Color convert

RGB224189187-
CMYK00.160.170.12
HSL3.24º37.37%80.59%-
HSV(B)3.24º16.52%87.84%-
XYZ57.9155.8354.74-
YUV199.24121.1145.66-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 37.33%
GREEN value IS 189 (74.22% from 255) = 31.5%
BLUE value IS 187 (73.44% from 255) = 31.17%
R=37.33%
G=31.5%
B=31.17%

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
Decimal22418918700.160.170.123.2437.3780.59
HexE0BDBB01011C32551
Octal3402752730202114345121
Binary111000001011110110111011010000100011100111001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0BDBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0BDBB; }

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

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

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

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

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

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

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

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