Html Css Color HEX #EFBEFD Mauve

📋 copy color: '#EFBEFD'

red 239 ◦ green 190 ◦ blue 253

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

Shades of Mauve #EFBEFD

Tints of Mauve #EFBEFD

RGB

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

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

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

R = 35.04%
G = 27.86%
B = 37.1%

CMYK

 C value IS 0.06

 M value IS 0.25

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EFBEFD (or 0xEFBEFD) is known color: Mauve. HEX triplet: EF, BE and FD. RGB value is (239,190,253). Sum of RGB (Red+Green+Blue) = 239+190+253=682 (90% of max value = 765). Red value is 239 (93.75% from 255 or 35.04% from 682); Green value is 190 (74.61% from 255 or 27.86% from 682); Blue value is 253 (99.22% from 255 or 37.10% from 682); Max value from RGB is 253 - color contains mainly: blue. Hex color #EFBEFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFBEFD is #104102. Grayscale: #D3D3D3. Windows color (decimal): -1065219 or 16629487. OLE color: 16629487.

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

Color convert

RGB 239 190 253 -
CMYK 0.06 0.25 0 0.01
HSL 286.67º 0.94% 0.87% -
HSV(B) 286.67º 0.25% 0.99% -
XYZ 71.74 62.27 101.17 -
YUV 211.83 151.23 147.38 -
System Red Green Blue C M Y K H S L
Decimal 239 190 253 0.06 0.25 0 0.01 286.67 0.94 0.87
Hex EF BE FD 6 19 0 1 11F 5E 57
Octal 357 276 375 6 31 0 1 437 136 127
Binary 11101111 10111110 11111101 110 11001 0 1 100011111 1011110 1010111

Color Harmonies of #EFBEFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFBEFD

Black with #EFBEFD

Text Example


Text Example

White with #EFBEFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFBEFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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