Html Css Color HEX #E7BFED Snuff

📋 copy color: '#E7BFED'

red 231 ◦ green 191 ◦ blue 237

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

Shades of Snuff #E7BFED

Tints of Snuff #E7BFED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 35.96%

R = 35.05%
G = 28.98%
B = 35.96%

CMYK

 C value IS 0.03

 M value IS 0.19

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E7BFED (or 0xE7BFED) is known color: Snuff. HEX triplet: E7, BF and ED. RGB value is (231,191,237). Sum of RGB (Red+Green+Blue) = 231+191+237=659 (87% of max value = 765). Red value is 231 (90.62% from 255 or 35.05% from 659); Green value is 191 (75% from 255 or 28.98% from 659); Blue value is 237 (92.97% from 255 or 35.96% from 659); Max value from RGB is 237 - color contains mainly: blue. Hex color #E7BFED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7BFED is #184012. Grayscale: #D0D0D0. Windows color (decimal): -1589267 or 15581159. OLE color: 15581159.

HSL color Cylindrical-coordinate representation of color #E7BFED: hue angle of 292.17º degrees, saturation: 0.56, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #E7BFED is Cyan = 0.03, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 231 191 237 -
CMYK 0.03 0.19 0 0.07
HSL 292.17º 0.56% 0.84% -
HSV(B) 292.17º 0.19% 0.93% -
XYZ 66.87 60.36 88.25 -
YUV 208.2 144.25 144.26 -
System Red Green Blue C M Y K H S L
Decimal 231 191 237 0.03 0.19 0 0.07 292.17 0.56 0.84
Hex E7 BF ED 3 13 0 7 124 38 54
Octal 347 277 355 3 23 0 7 444 70 124
Binary 11100111 10111111 11101101 11 10011 0 111 100100100 111000 1010100

Color Harmonies of #E7BFED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7BFED

Black with #E7BFED

Text Example


Text Example

White with #E7BFED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7BFED; }

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

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

background-color css

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

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

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

border-color css

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

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

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