#E1BDB8

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

Shades of Cavern Pink #E1BDB8

Tints of Cavern Pink #E1BDB8

Color information

#E1BDB8 (or 0xE1BDB8) is unknown color: approx Cavern Pink. HEX triplet: E1, BD and B8. RGB value is (225,189,184). Sum of RGB (Red+Green+Blue) = 225+189+184=598 (79% of max value = 765). Red value is 225 (88.28% from 255 or 37.63% from 598); Green value is 189 (74.22% from 255 or 31.61% from 598); Blue value is 184 (72.27% from 255 or 30.77% from 598); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BDB8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1BDB8 is #1E4247. Grayscale: #C7C7C7. Windows color (decimal): -1983048 or 12107233. OLE color: 12107233.

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

Color convert

RGB225189184-
CMYK00.160.180.12
HSL7.32º40.59%80.2%-
HSV(B)7.32º18.22%88.24%-
XYZ57.955.8653.08-
YUV199.19119.43146.41-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 37.63%
GREEN value IS 189 (74.22% from 255) = 31.61%
BLUE value IS 184 (72.27% from 255) = 30.77%
R=37.63%
G=31.61%
B=30.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.18
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22518918400.160.180.127.3240.5980.2
HexE1BDB801012C72950
Octal3412752700202214751120
Binary1110000110111101101110000100001001011001111010011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1BDB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1BDB8; }

 p { color: rgb(225,189,184); }

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

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

 a { background-color: rgb(225,189,184); }

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

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

 span { border-color: rgb(225,189,184); }

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