Html Css Color HEX #E5BDB5 Cavern Pink

📋 copy color: '#E5BDB5'

red 229 ◦ green 189 ◦ blue 181

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

Shades of Cavern Pink #E5BDB5

Tints of Cavern Pink #E5BDB5

RGB

 RED value IS 229 (89.84% from 255) = 38.23%

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

 BLUE value IS 181 (71.09% from 255) = 30.22%

R = 38.23%
G = 31.55%
B = 30.22%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.21

 K value IS 0.10

RGB Variations

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

Color information

#E5BDB5 (or 0xE5BDB5) is known color: Cavern Pink. HEX triplet: E5, BD and B5. RGB value is (229,189,181). Sum of RGB (Red+Green+Blue) = 229+189+181=599 (79% of max value = 765). Red value is 229 (89.84% from 255 or 38.23% from 599); Green value is 189 (74.22% from 255 or 31.55% from 599); Blue value is 181 (71.09% from 255 or 30.22% from 599); Max value from RGB is 229 - color contains mainly: red. Hex color #E5BDB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5BDB5 is #1A424A. Grayscale: #C8C8C8. Windows color (decimal): -1720907 or 11910629. OLE color: 11910629.

HSL color Cylindrical-coordinate representation of color #E5BDB5: hue angle of 10º degrees, saturation: 0.48, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #E5BDB5 is Cyan = 0, Magento = 0.17, Yellow = 0.21 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 189 181 -
CMYK 0 0.17 0.21 0.10
HSL 10º 0.48% 0.8% -
HSV(B) 10º 0.21% 0.9% -
XYZ 58.85 56.39 51.5 -
YUV 200.05 117.25 148.65 -
System Red Green Blue C M Y K H S L
Decimal 229 189 181 0 0.17 0.21 0.10 10 0.48 0.8
Hex E5 BD B5 0 11 15 A A 30 50
Octal 345 275 265 0 21 25 12 12 60 120
Binary 11100101 10111101 10110101 0 10001 10101 1010 1010 110000 1010000

Color Harmonies of #E5BDB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5BDB5

Black with #E5BDB5

Text Example


Text Example

White with #E5BDB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5BDB5; }

 p { color: rgb(229,189,181); }

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

background-color css

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

 a { background-color: rgb(229,189,181); }

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

border-color css

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

 span { border-color: rgb(229,189,181); }

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