Html Css Color HEX #EBBFF8 Mauve

📋 copy color: '#EBBFF8'

red 235 ◦ green 191 ◦ blue 248

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

Shades of Mauve #EBBFF8

Tints of Mauve #EBBFF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 36.8%

R = 34.87%
G = 28.34%
B = 36.8%

CMYK

 C value IS 0.05

 M value IS 0.23

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#EBBFF8 (or 0xEBBFF8) is known color: Mauve. HEX triplet: EB, BF and F8. RGB value is (235,191,248). Sum of RGB (Red+Green+Blue) = 235+191+248=674 (89% of max value = 765). Red value is 235 (92.19% from 255 or 34.87% from 674); Green value is 191 (75% from 255 or 28.34% from 674); Blue value is 248 (97.27% from 255 or 36.80% from 674); Max value from RGB is 248 - color contains mainly: blue. Hex color #EBBFF8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBBFF8 is #144007. Grayscale: #D2D2D2. Windows color (decimal): -1327112 or 16302059. OLE color: 16302059.

HSL color Cylindrical-coordinate representation of color #EBBFF8: hue angle of 286.32º degrees, saturation: 0.8, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #EBBFF8 is Cyan = 0.05, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 235 191 248 -
CMYK 0.05 0.23 0 0.03
HSL 286.32º 0.8% 0.86% -
HSV(B) 286.32º 0.23% 0.97% -
XYZ 69.84 61.7 97.04 -
YUV 210.65 149.08 145.37 -
System Red Green Blue C M Y K H S L
Decimal 235 191 248 0.05 0.23 0 0.03 286.32 0.8 0.86
Hex EB BF F8 5 17 0 3 11E 50 56
Octal 353 277 370 5 27 0 3 436 120 126
Binary 11101011 10111111 11111000 101 10111 0 11 100011110 1010000 1010110

Color Harmonies of #EBBFF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBBFF8

Black with #EBBFF8

Text Example


Text Example

White with #EBBFF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBBFF8; }

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

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

background-color css

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

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

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

border-color css

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

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

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