Html Css Color HEX #EBBFFD Mauve

📋 copy color: '#EBBFFD'

red 235 ◦ green 191 ◦ blue 253

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

Shades of Mauve #EBBFFD

Tints of Mauve #EBBFFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 37.26%

R = 34.61%
G = 28.13%
B = 37.26%

CMYK

 C value IS 0.07

 M value IS 0.25

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EBBFFD (or 0xEBBFFD) is known color: Mauve. HEX triplet: EB, BF and FD. RGB value is (235,191,253). Sum of RGB (Red+Green+Blue) = 235+191+253=679 (89% of max value = 765). Red value is 235 (92.19% from 255 or 34.61% from 679); Green value is 191 (75% from 255 or 28.13% from 679); Blue value is 253 (99.22% from 255 or 37.26% from 679); Max value from RGB is 253 - color contains mainly: blue. Hex color #EBBFFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBBFFD is #144002. Grayscale: #D3D3D3. Windows color (decimal): -1327107 or 16629739. OLE color: 16629739.

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

Color convert

RGB 235 191 253 -
CMYK 0.07 0.25 0 0.01
HSL 282.58º 0.94% 0.87% -
HSV(B) 282.58º 0.25% 0.99% -
XYZ 70.62 62.02 101.18 -
YUV 211.22 151.58 144.96 -
System Red Green Blue C M Y K H S L
Decimal 235 191 253 0.07 0.25 0 0.01 282.58 0.94 0.87
Hex EB BF FD 7 19 0 1 11B 5E 57
Octal 353 277 375 7 31 0 1 433 136 127
Binary 11101011 10111111 11111101 111 11001 0 1 100011011 1011110 1010111

Color Harmonies of #EBBFFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBBFFD

Black with #EBBFFD

Text Example


Text Example

White with #EBBFFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBBFFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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