Html Css Color HEX #E1BDB6 Cavern Pink

📋 copy color: '#E1BDB6'

red 225 ◦ green 189 ◦ blue 182

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

Shades of Cavern Pink #E1BDB6

Tints of Cavern Pink #E1BDB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 30.54%

R = 37.75%
G = 31.71%
B = 30.54%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.19

 K value IS 0.12

RGB Variations

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

Color information

#E1BDB6 (or 0xE1BDB6) is known color: Cavern Pink. HEX triplet: E1, BD and B6. RGB value is (225,189,182). Sum of RGB (Red+Green+Blue) = 225+189+182=596 (78% of max value = 765). Red value is 225 (88.28% from 255 or 37.75% from 596); Green value is 189 (74.22% from 255 or 31.71% from 596); Blue value is 182 (71.48% from 255 or 30.54% from 596); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BDB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1BDB6 is #1E4249. Grayscale: #C7C7C7. Windows color (decimal): -1983050 or 11976161. OLE color: 11976161.

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

Color convert

RGB 225 189 182 -
CMYK 0 0.16 0.19 0.12
HSL 9.77º 0.42% 0.8% -
HSV(B) 9.77º 0.19% 0.88% -
XYZ 57.69 55.78 51.98 -
YUV 198.97 118.43 146.57 -
System Red Green Blue C M Y K H S L
Decimal 225 189 182 0 0.16 0.19 0.12 9.77 0.42 0.8
Hex E1 BD B6 0 10 13 C A 2A 50
Octal 341 275 266 0 20 23 14 12 52 120
Binary 11100001 10111101 10110110 0 10000 10011 1100 1010 101010 1010000

Color Harmonies of #E1BDB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1BDB6

Black with #E1BDB6

Text Example


Text Example

White with #E1BDB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1BDB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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