Html Css Color HEX #EFBFFF Mauve

📋 copy color: '#EFBFFF'

red 239 ◦ green 191 ◦ blue 255

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

Shades of Mauve #EFBFFF

Tints of Mauve #EFBFFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 37.23%

R = 34.89%
G = 27.88%
B = 37.23%

CMYK

 C value IS 0.06

 M value IS 0.25

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#EFBFFF (or 0xEFBFFF) is known color: Mauve. HEX triplet: EF, BF and FF. RGB value is (239,191,255). Sum of RGB (Red+Green+Blue) = 239+191+255=685 (90% of max value = 765). Red value is 239 (93.75% from 255 or 34.89% from 685); Green value is 191 (75% from 255 or 27.88% from 685); Blue value is 255 (100% from 255 or 37.23% from 685); Max value from RGB is 255 - color contains mainly: blue. Hex color #EFBFFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFBFFF is #104000. Grayscale: #D4D4D4. Windows color (decimal): -1064961 or 16760815. OLE color: 16760815.

HSL color Cylindrical-coordinate representation of color #EFBFFF: hue angle of 285º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #EFBFFF is Cyan = 0.06, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 239 191 255 -
CMYK 0.06 0.25 0 0
HSL 285º 1% 0.87% -
HSV(B) 285º 0.25% 1% -
XYZ 72.28 62.83 102.93 -
YUV 212.65 151.9 146.8 -
System Red Green Blue C M Y K H S L
Decimal 239 191 255 0.06 0.25 0 0 285 1 0.87
Hex EF BF FF 6 19 0 0 11D 64 57
Octal 357 277 377 6 31 0 0 435 144 127
Binary 11101111 10111111 11111111 110 11001 0 0 100011101 1100100 1010111

Color Harmonies of #EFBFFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFBFFF

Black with #EFBFFF

Text Example


Text Example

White with #EFBFFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFBFFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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