Html Css Color HEX #EBBFFE Mauve

📋 copy color: '#EBBFFE'

red 235 ◦ green 191 ◦ blue 254

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

Shades of Mauve #EBBFFE

Tints of Mauve #EBBFFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 37.35%

R = 34.56%
G = 28.09%
B = 37.35%

CMYK

 C value IS 0.07

 M value IS 0.25

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#EBBFFE (or 0xEBBFFE) is known color: Mauve. HEX triplet: EB, BF and FE. RGB value is (235,191,254). Sum of RGB (Red+Green+Blue) = 235+191+254=680 (90% of max value = 765). Red value is 235 (92.19% from 255 or 34.56% from 680); Green value is 191 (75% from 255 or 28.09% from 680); Blue value is 254 (99.61% from 255 or 37.35% from 680); Max value from RGB is 254 - color contains mainly: blue. Hex color #EBBFFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBBFFE is #144001. Grayscale: #D3D3D3. Windows color (decimal): -1327106 or 16695275. OLE color: 16695275.

HSL color Cylindrical-coordinate representation of color #EBBFFE: hue angle of 281.9º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #EBBFFE is Cyan = 0.07, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 235 191 254 -
CMYK 0.07 0.25 0 0.00
HSL 281.9º 0.97% 0.87% -
HSV(B) 281.9º 0.25% 1% -
XYZ 70.78 62.08 102.02 -
YUV 211.34 152.08 144.88 -
System Red Green Blue C M Y K H S L
Decimal 235 191 254 0.07 0.25 0 0.00 281.9 0.97 0.87
Hex EB BF FE 7 19 0 0 11A 61 57
Octal 353 277 376 7 31 0 0 432 141 127
Binary 11101011 10111111 11111110 111 11001 0 0 100011010 1100001 1010111

Color Harmonies of #EBBFFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBBFFE

Black with #EBBFFE

Text Example


Text Example

White with #EBBFFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBBFFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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