Html Css Color HEX #EBADFB Mauve

📋 copy color: '#EBADFB'

red 235 ◦ green 173 ◦ blue 251

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

Shades of Mauve #EBADFB

Tints of Mauve #EBADFB

RGB

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

 GREEN value IS 173 (67.97% from 255) = 26.25%

 BLUE value IS 251 (98.44% from 255) = 38.09%

R = 35.66%
G = 26.25%
B = 38.09%

CMYK

 C value IS 0.06

 M value IS 0.31

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EBADFB (or 0xEBADFB) is known color: Mauve. HEX triplet: EB, AD and FB. RGB value is (235,173,251). Sum of RGB (Red+Green+Blue) = 235+173+251=659 (87% of max value = 765). Red value is 235 (92.19% from 255 or 35.66% from 659); Green value is 173 (67.97% from 255 or 26.25% from 659); Blue value is 251 (98.44% from 255 or 38.09% from 659); Max value from RGB is 251 - color contains mainly: blue. Hex color #EBADFB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBADFB is #145204. Grayscale: #C8C8C8. Windows color (decimal): -1331717 or 16494059. OLE color: 16494059.

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

Color convert

RGB 235 173 251 -
CMYK 0.06 0.31 0 0.02
HSL 287.69º 0.91% 0.83% -
HSV(B) 287.69º 0.31% 0.98% -
XYZ 66.62 54.51 98.28 -
YUV 200.43 156.54 152.66 -
System Red Green Blue C M Y K H S L
Decimal 235 173 251 0.06 0.31 0 0.02 287.69 0.91 0.83
Hex EB AD FB 6 1F 0 2 120 5B 53
Octal 353 255 373 6 37 0 2 440 133 123
Binary 11101011 10101101 11111011 110 11111 0 10 100100000 1011011 1010011

Color Harmonies of #EBADFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBADFB

Black with #EBADFB

Text Example


Text Example

White with #EBADFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBADFB; }

 p { color: rgb(235,173,251); }

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

background-color css

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

 a { background-color: rgb(235,173,251); }

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

border-color css

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

 span { border-color: rgb(235,173,251); }

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