Html Css Color HEX #E5BFEC Snuff

📋 copy color: '#E5BFEC'

red 229 ◦ green 191 ◦ blue 236

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

Shades of Snuff #E5BFEC

Tints of Snuff #E5BFEC

RGB

 RED value IS 229 (89.84% from 255) = 34.91%

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

 BLUE value IS 236 (92.58% from 255) = 35.98%

R = 34.91%
G = 29.12%
B = 35.98%

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

#E5BFEC (or 0xE5BFEC) is known color: Snuff. HEX triplet: E5, BF and EC. RGB value is (229,191,236). Sum of RGB (Red+Green+Blue) = 229+191+236=656 (86% of max value = 765). Red value is 229 (89.84% from 255 or 34.91% from 656); Green value is 191 (75% from 255 or 29.12% from 656); Blue value is 236 (92.58% from 255 or 35.98% from 656); Max value from RGB is 236 - color contains mainly: blue. Hex color #E5BFEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5BFEC is #1A4013. Grayscale: #CFCFCF. Windows color (decimal): -1720340 or 15515621. OLE color: 15515621.

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

Color convert

RGB 229 191 236 -
CMYK 0.03 0.19 0 0.07
HSL 290.67º 0.54% 0.84% -
HSV(B) 290.67º 0.19% 0.93% -
XYZ 66.08 59.98 87.45 -
YUV 207.49 144.09 143.34 -
System Red Green Blue C M Y K H S L
Decimal 229 191 236 0.03 0.19 0 0.07 290.67 0.54 0.84
Hex E5 BF EC 3 13 0 7 123 36 54
Octal 345 277 354 3 23 0 7 443 66 124
Binary 11100101 10111111 11101100 11 10011 0 111 100100011 110110 1010100

Color Harmonies of #E5BFEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5BFEC

Black with #E5BFEC

Text Example


Text Example

White with #E5BFEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5BFEC; }

 p { color: rgb(229,191,236); }

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

background-color css

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

 a { background-color: rgb(229,191,236); }

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

border-color css

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

 span { border-color: rgb(229,191,236); }

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