Html Css Color HEX #EBADF4 Mauve

📋 copy color: '#EBADF4'

red 235 ◦ green 173 ◦ blue 244

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

Shades of Mauve #EBADF4

Tints of Mauve #EBADF4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 37.42%

R = 36.04%
G = 26.53%
B = 37.42%

CMYK

 C value IS 0.04

 M value IS 0.29

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#EBADF4 (or 0xEBADF4) is known color: Mauve. HEX triplet: EB, AD and F4. RGB value is (235,173,244). Sum of RGB (Red+Green+Blue) = 235+173+244=652 (86% of max value = 765). Red value is 235 (92.19% from 255 or 36.04% from 652); Green value is 173 (67.97% from 255 or 26.53% from 652); Blue value is 244 (95.70% from 255 or 37.42% from 652); Max value from RGB is 244 - color contains mainly: blue. Hex color #EBADF4 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBADF4 is #14520B. Grayscale: #C7C7C7. Windows color (decimal): -1331724 or 16035307. OLE color: 16035307.

HSL color Cylindrical-coordinate representation of color #EBADF4: hue angle of 292.39º degrees, saturation: 0.76, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EBADF4 is Cyan = 0.04, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 235 173 244 -
CMYK 0.04 0.29 0 0.04
HSL 292.39º 0.76% 0.82% -
HSV(B) 292.39º 0.29% 0.96% -
XYZ 65.53 54.08 92.57 -
YUV 199.63 153.04 153.23 -
System Red Green Blue C M Y K H S L
Decimal 235 173 244 0.04 0.29 0 0.04 292.39 0.76 0.82
Hex EB AD F4 4 1D 0 4 124 4C 52
Octal 353 255 364 4 35 0 4 444 114 122
Binary 11101011 10101101 11110100 100 11101 0 100 100100100 1001100 1010010

Color Harmonies of #EBADF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBADF4

Black with #EBADF4

Text Example


Text Example

White with #EBADF4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBADF4; }

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

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

background-color css

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

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

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

border-color css

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

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

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