#E0BEBD

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

Shades of Cavern Pink #E0BEBD

Tints of Cavern Pink #E0BEBD

Color information

#E0BEBD (or 0xE0BEBD) is unknown color: approx Cavern Pink. HEX triplet: E0, BE and BD. RGB value is (224,190,189). Sum of RGB (Red+Green+Blue) = 224+190+189=603 (79% of max value = 765). Red value is 224 (87.89% from 255 or 37.15% from 603); Green value is 190 (74.61% from 255 or 31.51% from 603); Blue value is 189 (74.22% from 255 or 31.34% from 603); Max value from RGB is 224 - color contains mainly: red. Hex color #E0BEBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0BEBD is #1F4142. Grayscale: #C8C8C8. Windows color (decimal): -2048323 or 12435168. OLE color: 12435168.

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

Color convert

RGB224190189-
CMYK00.150.160.12
HSL1.71º36.08%80.98%-
HSV(B)1.71º15.62%87.84%-
XYZ58.3456.3555.95-
YUV200.05121.76145.08-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 37.15%
GREEN value IS 190 (74.61% from 255) = 31.51%
BLUE value IS 189 (74.22% from 255) = 31.34%
R=37.15%
G=31.51%
B=31.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.16
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22419018900.150.160.121.7136.0880.98
HexE0BEBD0F10C22451
Octal3402762750172014244121
Binary11100000101111101011110101111100001100101001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0BEBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0BEBD; }

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

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

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

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

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

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

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

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