Html Css Color HEX #EFBEF6 Mauve

📋 copy color: '#EFBEF6'

red 239 ◦ green 190 ◦ blue 246

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

Shades of Mauve #EFBEF6

Tints of Mauve #EFBEF6

RGB

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

 GREEN value IS 190 (74.61% from 255) = 28.15%

 BLUE value IS 246 (96.48% from 255) = 36.44%

R = 35.41%
G = 28.15%
B = 36.44%

CMYK

 C value IS 0.03

 M value IS 0.23

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#EFBEF6 (or 0xEFBEF6) is known color: Mauve. HEX triplet: EF, BE and F6. RGB value is (239,190,246). Sum of RGB (Red+Green+Blue) = 239+190+246=675 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.41% from 675); Green value is 190 (74.61% from 255 or 28.15% from 675); Blue value is 246 (96.48% from 255 or 36.44% from 675); Max value from RGB is 246 - color contains mainly: blue. Hex color #EFBEF6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFBEF6 is #104109. Grayscale: #D2D2D2. Windows color (decimal): -1065226 or 16170735. OLE color: 16170735.

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

Color convert

RGB 239 190 246 -
CMYK 0.03 0.23 0 0.04
HSL 292.5º 0.76% 0.85% -
HSV(B) 292.5º 0.23% 0.96% -
XYZ 70.64 61.83 95.4 -
YUV 211.04 147.73 147.95 -
System Red Green Blue C M Y K H S L
Decimal 239 190 246 0.03 0.23 0 0.04 292.5 0.76 0.85
Hex EF BE F6 3 17 0 4 124 4C 55
Octal 357 276 366 3 27 0 4 444 114 125
Binary 11101111 10111110 11110110 11 10111 0 100 100100100 1001100 1010101

Color Harmonies of #EFBEF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFBEF6

Black with #EFBEF6

Text Example


Text Example

White with #EFBEF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFBEF6; }

 p { color: rgb(239,190,246); }

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

background-color css

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

 a { background-color: rgb(239,190,246); }

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

border-color css

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

 span { border-color: rgb(239,190,246); }

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