Html Css Color HEX #EBB7F9 Mauve

📋 copy color: '#EBB7F9'

red 235 ◦ green 183 ◦ blue 249

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

Shades of Mauve #EBB7F9

Tints of Mauve #EBB7F9

RGB

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

 GREEN value IS 183 (71.88% from 255) = 27.44%

 BLUE value IS 249 (97.66% from 255) = 37.33%

R = 35.23%
G = 27.44%
B = 37.33%

CMYK

 C value IS 0.06

 M value IS 0.27

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EBB7F9 (or 0xEBB7F9) is known color: Mauve. HEX triplet: EB, B7 and F9. RGB value is (235,183,249). Sum of RGB (Red+Green+Blue) = 235+183+249=667 (88% of max value = 765). Red value is 235 (92.19% from 255 or 35.23% from 667); Green value is 183 (71.88% from 255 or 27.44% from 667); Blue value is 249 (97.66% from 255 or 37.33% from 667); Max value from RGB is 249 - color contains mainly: blue. Hex color #EBB7F9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBB7F9 is #144806. Grayscale: #CDCDCD. Windows color (decimal): -1329159 or 16365547. OLE color: 16365547.

HSL color Cylindrical-coordinate representation of color #EBB7F9: hue angle of 287.27º degrees, saturation: 0.85, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EBB7F9 is Cyan = 0.06, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 235 183 249 -
CMYK 0.06 0.27 0 0.02
HSL 287.27º 0.85% 0.85% -
HSV(B) 287.27º 0.27% 0.98% -
XYZ 68.29 58.37 97.29 -
YUV 206.07 152.23 148.63 -
System Red Green Blue C M Y K H S L
Decimal 235 183 249 0.06 0.27 0 0.02 287.27 0.85 0.85
Hex EB B7 F9 6 1B 0 2 11F 55 55
Octal 353 267 371 6 33 0 2 437 125 125
Binary 11101011 10110111 11111001 110 11011 0 10 100011111 1010101 1010101

Color Harmonies of #EBB7F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBB7F9

Black with #EBB7F9

Text Example


Text Example

White with #EBB7F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBB7F9; }

 p { color: rgb(235,183,249); }

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

background-color css

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

 a { background-color: rgb(235,183,249); }

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

border-color css

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

 span { border-color: rgb(235,183,249); }

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