Html Css Color HEX #EFBDFC Mauve

📋 copy color: '#EFBDFC'

red 239 ◦ green 189 ◦ blue 252

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

Shades of Mauve #EFBDFC

Tints of Mauve #EFBDFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 37.06%

R = 35.15%
G = 27.79%
B = 37.06%

CMYK

 C value IS 0.05

 M value IS 0.25

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EFBDFC (or 0xEFBDFC) is known color: Mauve. HEX triplet: EF, BD and FC. RGB value is (239,189,252). Sum of RGB (Red+Green+Blue) = 239+189+252=680 (90% of max value = 765). Red value is 239 (93.75% from 255 or 35.15% from 680); Green value is 189 (74.22% from 255 or 27.79% from 680); Blue value is 252 (98.83% from 255 or 37.06% from 680); Max value from RGB is 252 - color contains mainly: blue. Hex color #EFBDFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFBDFC is #104203. Grayscale: #D2D2D2. Windows color (decimal): -1065476 or 16563695. OLE color: 16563695.

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

Color convert

RGB 239 189 252 -
CMYK 0.05 0.25 0 0.01
HSL 287.62º 0.91% 0.86% -
HSV(B) 287.62º 0.25% 0.99% -
XYZ 71.36 61.77 100.26 -
YUV 211.13 151.07 147.88 -
System Red Green Blue C M Y K H S L
Decimal 239 189 252 0.05 0.25 0 0.01 287.62 0.91 0.86
Hex EF BD FC 5 19 0 1 120 5B 56
Octal 357 275 374 5 31 0 1 440 133 126
Binary 11101111 10111101 11111100 101 11001 0 1 100100000 1011011 1010110

Color Harmonies of #EFBDFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFBDFC

Black with #EFBDFC

Text Example


Text Example

White with #EFBDFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFBDFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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