Html Css Color HEX #E9BFED Snuff

📋 copy color: '#E9BFED'

red 233 ◦ green 191 ◦ blue 237

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

Shades of Snuff #E9BFED

Tints of Snuff #E9BFED

RGB

 RED value IS 233 (91.41% from 255) = 35.25%

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

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

R = 35.25%
G = 28.9%
B = 35.85%

CMYK

 C value IS 0.02

 M value IS 0.19

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E9BFED (or 0xE9BFED) is known color: Snuff. HEX triplet: E9, BF and ED. RGB value is (233,191,237). Sum of RGB (Red+Green+Blue) = 233+191+237=661 (87% of max value = 765). Red value is 233 (91.41% from 255 or 35.25% from 661); Green value is 191 (75% from 255 or 28.90% from 661); Blue value is 237 (92.97% from 255 or 35.85% from 661); Max value from RGB is 237 - color contains mainly: blue. Hex color #E9BFED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9BFED is #164012. Grayscale: #D0D0D0. Windows color (decimal): -1458195 or 15581161. OLE color: 15581161.

HSL color Cylindrical-coordinate representation of color #E9BFED: hue angle of 294.78º 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 #E9BFED is Cyan = 0.02, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 233 191 237 -
CMYK 0.02 0.19 0 0.07
HSL 294.78º 0.56% 0.84% -
HSV(B) 294.78º 0.19% 0.93% -
XYZ 67.52 60.7 88.28 -
YUV 208.8 143.91 145.26 -
System Red Green Blue C M Y K H S L
Decimal 233 191 237 0.02 0.19 0 0.07 294.78 0.56 0.84
Hex E9 BF ED 2 13 0 7 127 38 54
Octal 351 277 355 2 23 0 7 447 70 124
Binary 11101001 10111111 11101101 10 10011 0 111 100100111 111000 1010100

Color Harmonies of #E9BFED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9BFED

Black with #E9BFED

Text Example


Text Example

White with #E9BFED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9BFED; }

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

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

background-color css

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

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

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

border-color css

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

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

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