Html Css Color HEX #E2BDB6 Cavern Pink

📋 copy color: '#E2BDB6'

red 226 ◦ green 189 ◦ blue 182

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

Shades of Cavern Pink #E2BDB6

Tints of Cavern Pink #E2BDB6

RGB

 RED value IS 226 (88.67% from 255) = 37.86%

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

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

R = 37.86%
G = 31.66%
B = 30.49%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.19

 K value IS 0.11

RGB Variations

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

Color information

#E2BDB6 (or 0xE2BDB6) is known color: Cavern Pink. HEX triplet: E2, BD and B6. RGB value is (226,189,182). Sum of RGB (Red+Green+Blue) = 226+189+182=597 (79% of max value = 765). Red value is 226 (88.67% from 255 or 37.86% from 597); Green value is 189 (74.22% from 255 or 31.66% from 597); Blue value is 182 (71.48% from 255 or 30.49% from 597); Max value from RGB is 226 - color contains mainly: red. Hex color #E2BDB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2BDB6 is #1D4249. Grayscale: #C7C7C7. Windows color (decimal): -1917514 or 11976162. OLE color: 11976162.

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

Color convert

RGB 226 189 182 -
CMYK 0 0.16 0.19 0.11
HSL 9.55º 0.43% 0.8% -
HSV(B) 9.55º 0.19% 0.89% -
XYZ 58.01 55.94 52 -
YUV 199.27 118.26 147.07 -
System Red Green Blue C M Y K H S L
Decimal 226 189 182 0 0.16 0.19 0.11 9.55 0.43 0.8
Hex E2 BD B6 0 10 13 B A 2B 50
Octal 342 275 266 0 20 23 13 12 53 120
Binary 11100010 10111101 10110110 0 10000 10011 1011 1010 101011 1010000

Color Harmonies of #E2BDB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2BDB6

Black with #E2BDB6

Text Example


Text Example

White with #E2BDB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2BDB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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