Html Css Color HEX #E1BDBA Cavern Pink

📋 copy color: '#E1BDBA'

red 225 ◦ green 189 ◦ blue 186

#E1BDBA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cavern Pink #E1BDBA

Tints of Cavern Pink #E1BDBA

RGB

 RED value IS 225 (88.28% from 255) = 37.5%

 GREEN value IS 189 (74.22% from 255) = 31.5%

 BLUE value IS 186 (73.05% from 255) = 31%

R = 37.5%
G = 31.5%
B = 31%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.17

 K value IS 0.12

RGB Variations

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

Color information

#E1BDBA (or 0xE1BDBA) is known color: Cavern Pink. HEX triplet: E1, BD and BA. RGB value is (225,189,186). Sum of RGB (Red+Green+Blue) = 225+189+186=600 (79% of max value = 765). Red value is 225 (88.28% from 255 or 37.5% from 600); Green value is 189 (74.22% from 255 or 31.5% from 600); Blue value is 186 (73.05% from 255 or 31% from 600); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BDBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1BDBA is #1E4245. Grayscale: #C7C7C7. Windows color (decimal): -1983046 or 12238305. OLE color: 12238305.

HSL color Cylindrical-coordinate representation of color #E1BDBA: hue angle of 4.62º degrees, saturation: 0.39, 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 #E1BDBA is Cyan = 0, Magento = 0.16, Yellow = 0.17 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 189 186 -
CMYK 0 0.16 0.17 0.12
HSL 4.62º 0.39% 0.81% -
HSV(B) 4.62º 0.17% 0.88% -
XYZ 58.11 55.95 54.19 -
YUV 199.42 120.43 146.24 -
System Red Green Blue C M Y K H S L
Decimal 225 189 186 0 0.16 0.17 0.12 4.62 0.39 0.81
Hex E1 BD BA 0 10 11 C 5 27 51
Octal 341 275 272 0 20 21 14 5 47 121
Binary 11100001 10111101 10111010 0 10000 10001 1100 101 100111 1010001

Color Harmonies of #E1BDBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1BDBA

Black with #E1BDBA

Text Example


Text Example

White with #E1BDBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1BDBA; }

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

 H1.HeaderClassName
 {
   color: #E1BDBA;
 }
 .AnyTagClassName
 {
   color: #E1BDBA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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