Html Css Color HEX #EFBFF8 Mauve

📋 copy color: '#EFBFF8'

red 239 ◦ green 191 ◦ blue 248

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

Shades of Mauve #EFBFF8

Tints of Mauve #EFBFF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 36.58%

R = 35.25%
G = 28.17%
B = 36.58%

CMYK

 C value IS 0.04

 M value IS 0.23

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#EFBFF8 (or 0xEFBFF8) is known color: Mauve. HEX triplet: EF, BF and F8. RGB value is (239,191,248). Sum of RGB (Red+Green+Blue) = 239+191+248=678 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.25% from 678); Green value is 191 (75% from 255 or 28.17% from 678); Blue value is 248 (97.27% from 255 or 36.58% from 678); Max value from RGB is 248 - color contains mainly: blue. Hex color #EFBFF8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFBFF8 is #104007. Grayscale: #D3D3D3. Windows color (decimal): -1064968 or 16302063. OLE color: 16302063.

HSL color Cylindrical-coordinate representation of color #EFBFF8: hue angle of 290.53º degrees, saturation: 0.8, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #EFBFF8 is Cyan = 0.04, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 239 191 248 -
CMYK 0.04 0.23 0 0.03
HSL 290.53º 0.8% 0.86% -
HSV(B) 290.53º 0.23% 0.97% -
XYZ 71.17 62.39 97.1 -
YUV 211.85 148.4 147.37 -
System Red Green Blue C M Y K H S L
Decimal 239 191 248 0.04 0.23 0 0.03 290.53 0.8 0.86
Hex EF BF F8 4 17 0 3 123 50 56
Octal 357 277 370 4 27 0 3 443 120 126
Binary 11101111 10111111 11111000 100 10111 0 11 100100011 1010000 1010110

Color Harmonies of #EFBFF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFBFF8

Black with #EFBFF8

Text Example


Text Example

White with #EFBFF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFBFF8; }

 p { color: rgb(239,191,248); }

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

background-color css

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

 a { background-color: rgb(239,191,248); }

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

border-color css

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

 span { border-color: rgb(239,191,248); }

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