Html Css Color HEX #E2BDB2 Cavern Pink

📋 copy color: '#E2BDB2'

red 226 ◦ green 189 ◦ blue 178

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

Shades of Cavern Pink #E2BDB2

Tints of Cavern Pink #E2BDB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 30.02%

R = 38.11%
G = 31.87%
B = 30.02%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.21

 K value IS 0.11

RGB Variations

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

Color information

#E2BDB2 (or 0xE2BDB2) is known color: Cavern Pink. HEX triplet: E2, BD and B2. RGB value is (226,189,178). Sum of RGB (Red+Green+Blue) = 226+189+178=593 (78% of max value = 765). Red value is 226 (88.67% from 255 or 38.11% from 593); Green value is 189 (74.22% from 255 or 31.87% from 593); Blue value is 178 (69.92% from 255 or 30.02% from 593); Max value from RGB is 226 - color contains mainly: red. Hex color #E2BDB2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2BDB2 is #1D424D. Grayscale: #C6C6C6. Windows color (decimal): -1917518 or 11714018. OLE color: 11714018.

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

Color convert

RGB 226 189 178 -
CMYK 0 0.16 0.21 0.11
HSL 13.75º 0.45% 0.79% -
HSV(B) 13.75º 0.21% 0.89% -
XYZ 57.6 55.78 49.85 -
YUV 198.81 116.26 147.39 -
System Red Green Blue C M Y K H S L
Decimal 226 189 178 0 0.16 0.21 0.11 13.75 0.45 0.79
Hex E2 BD B2 0 10 15 B E 2D 4F
Octal 342 275 262 0 20 25 13 16 55 117
Binary 11100010 10111101 10110010 0 10000 10101 1011 1110 101101 1001111

Color Harmonies of #E2BDB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2BDB2

Black with #E2BDB2

Text Example


Text Example

White with #E2BDB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2BDB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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