#E0BBAD

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

Shades of Cavern Pink #E0BBAD

Tints of Cavern Pink #E0BBAD

Color information

#E0BBAD (or 0xE0BBAD) is unknown color: approx Cavern Pink. HEX triplet: E0, BB and AD. RGB value is (224,187,173). Sum of RGB (Red+Green+Blue) = 224+187+173=584 (77% of max value = 765). Red value is 224 (87.89% from 255 or 38.36% from 584); Green value is 187 (73.44% from 255 or 32.02% from 584); Blue value is 173 (67.97% from 255 or 29.62% from 584); Max value from RGB is 224 - color contains mainly: red. Hex color #E0BBAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0BBAD is #1F4452. Grayscale: #C4C4C4. Windows color (decimal): -2049107 or 11385824. OLE color: 11385824.

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

Color convert

RGB224187173-
CMYK00.170.230.12
HSL16.47º45.13%77.84%-
HSV(B)16.47º22.77%87.84%-
XYZ56.0554.4147.08-
YUV196.47114.76147.64-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 38.36%
GREEN value IS 187 (73.44% from 255) = 32.02%
BLUE value IS 173 (67.97% from 255) = 29.62%
R=38.36%
G=32.02%
B=29.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.23
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22418717300.170.230.1216.4745.1377.84
HexE0BBAD01117C102d4e
Octal34027325502127142055116
Binary111000001011101110101101010001101111100100001011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0BBAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0BBAD; }

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

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

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

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

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

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

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

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