Html Css Color HEX #EFBDFE Mauve

📋 copy color: '#EFBDFE'

red 239 ◦ green 189 ◦ blue 254

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

Shades of Mauve #EFBDFE

Tints of Mauve #EFBDFE

RGB

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

 GREEN value IS 189 (74.22% from 255) = 27.71%

 BLUE value IS 254 (99.61% from 255) = 37.24%

R = 35.04%
G = 27.71%
B = 37.24%

CMYK

 C value IS 0.06

 M value IS 0.26

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#EFBDFE (or 0xEFBDFE) is known color: Mauve. HEX triplet: EF, BD and FE. RGB value is (239,189,254). Sum of RGB (Red+Green+Blue) = 239+189+254=682 (90% of max value = 765). Red value is 239 (93.75% from 255 or 35.04% from 682); Green value is 189 (74.22% from 255 or 27.71% from 682); Blue value is 254 (99.61% from 255 or 37.24% from 682); Max value from RGB is 254 - color contains mainly: blue. Hex color #EFBDFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFBDFE is #104201. Grayscale: #D3D3D3. Windows color (decimal): -1065474 or 16694767. OLE color: 16694767.

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

Color convert

RGB 239 189 254 -
CMYK 0.06 0.26 0 0.00
HSL 286.15º 0.97% 0.87% -
HSV(B) 286.15º 0.26% 1% -
XYZ 71.68 61.9 101.94 -
YUV 211.36 152.07 147.71 -
System Red Green Blue C M Y K H S L
Decimal 239 189 254 0.06 0.26 0 0.00 286.15 0.97 0.87
Hex EF BD FE 6 1A 0 0 11E 61 57
Octal 357 275 376 6 32 0 0 436 141 127
Binary 11101111 10111101 11111110 110 11010 0 0 100011110 1100001 1010111

Color Harmonies of #EFBDFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFBDFE

Black with #EFBDFE

Text Example


Text Example

White with #EFBDFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFBDFE; }

 p { color: rgb(239,189,254); }

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

background-color css

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

 a { background-color: rgb(239,189,254); }

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

border-color css

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

 span { border-color: rgb(239,189,254); }

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