Html Css Color HEX #EFB7FD Mauve

📋 copy color: '#EFB7FD'

red 239 ◦ green 183 ◦ blue 253

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

Shades of Mauve #EFB7FD

Tints of Mauve #EFB7FD

RGB

 RED value IS 239 (93.75% from 255) = 35.41%

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

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

R = 35.41%
G = 27.11%
B = 37.48%

CMYK

 C value IS 0.06

 M value IS 0.28

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EFB7FD (or 0xEFB7FD) is known color: Mauve. HEX triplet: EF, B7 and FD. RGB value is (239,183,253). Sum of RGB (Red+Green+Blue) = 239+183+253=675 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.41% from 675); Green value is 183 (71.88% from 255 or 27.11% from 675); Blue value is 253 (99.22% from 255 or 37.48% from 675); Max value from RGB is 253 - color contains mainly: blue. Hex color #EFB7FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFB7FD is #104802. Grayscale: #CFCFCF. Windows color (decimal): -1067011 or 16627695. OLE color: 16627695.

HSL color Cylindrical-coordinate representation of color #EFB7FD: hue angle of 288º degrees, saturation: 0.95, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EFB7FD is Cyan = 0.06, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 239 183 253 -
CMYK 0.06 0.28 0 0.01
HSL 288º 0.95% 0.85% -
HSV(B) 288º 0.28% 0.99% -
XYZ 70.26 59.31 100.67 -
YUV 207.72 153.55 150.31 -
System Red Green Blue C M Y K H S L
Decimal 239 183 253 0.06 0.28 0 0.01 288 0.95 0.85
Hex EF B7 FD 6 1C 0 1 120 5F 55
Octal 357 267 375 6 34 0 1 440 137 125
Binary 11101111 10110111 11111101 110 11100 0 1 100100000 1011111 1010101

Color Harmonies of #EFB7FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB7FD

Black with #EFB7FD

Text Example


Text Example

White with #EFB7FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB7FD; }

 p { color: rgb(239,183,253); }

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

background-color css

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

 a { background-color: rgb(239,183,253); }

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

border-color css

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

 span { border-color: rgb(239,183,253); }

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