Html Css Color HEX #E7BFB2 Zinnwaldite

📋 copy color: '#E7BFB2'

red 231 ◦ green 191 ◦ blue 178

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

Shades of Zinnwaldite #E7BFB2

Tints of Zinnwaldite #E7BFB2

RGB

 RED value IS 231 (90.63% from 255) = 38.5%

 GREEN value IS 191 (75% from 255) = 31.83%

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

R = 38.5%
G = 31.83%
B = 29.67%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.23

 K value IS 0.09

RGB Variations

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

Color information

#E7BFB2 (or 0xE7BFB2) is known color: Zinnwaldite. HEX triplet: E7, BF and B2. RGB value is (231,191,178). Sum of RGB (Red+Green+Blue) = 231+191+178=600 (79% of max value = 765). Red value is 231 (90.62% from 255 or 38.5% from 600); Green value is 191 (75% from 255 or 31.83% from 600); Blue value is 178 (69.92% from 255 or 29.67% from 600); Max value from RGB is 231 - color contains mainly: red. Hex color #E7BFB2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7BFB2 is #18404D. Grayscale: #C9C9C9. Windows color (decimal): -1589326 or 11714535. OLE color: 11714535.

HSL color Cylindrical-coordinate representation of color #E7BFB2: hue angle of 14.72º degrees, saturation: 0.52, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #E7BFB2 is Cyan = 0, Magento = 0.17, Yellow = 0.23 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 191 178 -
CMYK 0 0.17 0.23 0.09
HSL 14.72º 0.52% 0.8% -
HSV(B) 14.72º 0.23% 0.91% -
XYZ 59.62 57.46 50.07 -
YUV 201.48 114.75 149.06 -
System Red Green Blue C M Y K H S L
Decimal 231 191 178 0 0.17 0.23 0.09 14.72 0.52 0.8
Hex E7 BF B2 0 11 17 9 F 34 50
Octal 347 277 262 0 21 27 11 17 64 120
Binary 11100111 10111111 10110010 0 10001 10111 1001 1111 110100 1010000

Color Harmonies of #E7BFB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7BFB2

Black with #E7BFB2

Text Example


Text Example

White with #E7BFB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7BFB2; }

 p { color: rgb(231,191,178); }

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

background-color css

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

 a { background-color: rgb(231,191,178); }

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

border-color css

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

 span { border-color: rgb(231,191,178); }

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