Html Css Color HEX #EBBFF1 Snuff

📋 copy color: '#EBBFF1'

red 235 ◦ green 191 ◦ blue 241

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

Shades of Snuff #EBBFF1

Tints of Snuff #EBBFF1

RGB

 RED value IS 235 (92.19% from 255) = 35.23%

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

 BLUE value IS 241 (94.53% from 255) = 36.13%

R = 35.23%
G = 28.64%
B = 36.13%

CMYK

 C value IS 0.02

 M value IS 0.21

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#EBBFF1 (or 0xEBBFF1) is known color: Snuff. HEX triplet: EB, BF and F1. RGB value is (235,191,241). Sum of RGB (Red+Green+Blue) = 235+191+241=667 (88% of max value = 765). Red value is 235 (92.19% from 255 or 35.23% from 667); Green value is 191 (75% from 255 or 28.64% from 667); Blue value is 241 (94.53% from 255 or 36.13% from 667); Max value from RGB is 241 - color contains mainly: blue. Hex color #EBBFF1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBBFF1 is #14400E. Grayscale: #D1D1D1. Windows color (decimal): -1327119 or 15843307. OLE color: 15843307.

HSL color Cylindrical-coordinate representation of color #EBBFF1: hue angle of 292.8º degrees, saturation: 0.64, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EBBFF1 is Cyan = 0.02, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 235 191 241 -
CMYK 0.02 0.21 0 0.05
HSL 292.8º 0.64% 0.85% -
HSV(B) 292.8º 0.21% 0.95% -
XYZ 68.77 61.27 91.42 -
YUV 209.86 145.58 145.93 -
System Red Green Blue C M Y K H S L
Decimal 235 191 241 0.02 0.21 0 0.05 292.8 0.64 0.85
Hex EB BF F1 2 15 0 5 125 40 55
Octal 353 277 361 2 25 0 5 445 100 125
Binary 11101011 10111111 11110001 10 10101 0 101 100100101 1000000 1010101

Color Harmonies of #EBBFF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBBFF1

Black with #EBBFF1

Text Example


Text Example

White with #EBBFF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBBFF1; }

 p { color: rgb(235,191,241); }

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

background-color css

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

 a { background-color: rgb(235,191,241); }

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

border-color css

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

 span { border-color: rgb(235,191,241); }

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