Html Css Color HEX #EBADFC Mauve

📋 copy color: '#EBADFC'

red 235 ◦ green 173 ◦ blue 252

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

Shades of Mauve #EBADFC

Tints of Mauve #EBADFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 38.18%

R = 35.61%
G = 26.21%
B = 38.18%

CMYK

 C value IS 0.07

 M value IS 0.31

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EBADFC (or 0xEBADFC) is known color: Mauve. HEX triplet: EB, AD and FC. RGB value is (235,173,252). Sum of RGB (Red+Green+Blue) = 235+173+252=660 (87% of max value = 765). Red value is 235 (92.19% from 255 or 35.61% from 660); Green value is 173 (67.97% from 255 or 26.21% from 660); Blue value is 252 (98.83% from 255 or 38.18% from 660); Max value from RGB is 252 - color contains mainly: blue. Hex color #EBADFC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBADFC is #145203. Grayscale: #C8C8C8. Windows color (decimal): -1331716 or 16559595. OLE color: 16559595.

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

Color convert

RGB 235 173 252 -
CMYK 0.07 0.31 0 0.01
HSL 287.09º 0.93% 0.83% -
HSV(B) 287.09º 0.31% 0.99% -
XYZ 66.78 54.58 99.11 -
YUV 200.54 157.04 152.58 -
System Red Green Blue C M Y K H S L
Decimal 235 173 252 0.07 0.31 0 0.01 287.09 0.93 0.83
Hex EB AD FC 7 1F 0 1 11F 5D 53
Octal 353 255 374 7 37 0 1 437 135 123
Binary 11101011 10101101 11111100 111 11111 0 1 100011111 1011101 1010011

Color Harmonies of #EBADFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBADFC

Black with #EBADFC

Text Example


Text Example

White with #EBADFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBADFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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