Html Css Color HEX #EFBCFD Mauve

📋 copy color: '#EFBCFD'

red 239 ◦ green 188 ◦ blue 253

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

Shades of Mauve #EFBCFD

Tints of Mauve #EFBCFD

RGB

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

 GREEN value IS 188 (73.83% from 255) = 27.65%

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

R = 35.15%
G = 27.65%
B = 37.21%

CMYK

 C value IS 0.06

 M value IS 0.26

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EFBCFD (or 0xEFBCFD) is known color: Mauve. HEX triplet: EF, BC and FD. RGB value is (239,188,253). Sum of RGB (Red+Green+Blue) = 239+188+253=680 (90% of max value = 765). Red value is 239 (93.75% from 255 or 35.15% from 680); Green value is 188 (73.83% from 255 or 27.65% from 680); Blue value is 253 (99.22% from 255 or 37.21% from 680); Max value from RGB is 253 - color contains mainly: blue. Hex color #EFBCFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFBCFD is #104302. Grayscale: #D2D2D2. Windows color (decimal): -1065731 or 16628975. OLE color: 16628975.

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

Color convert

RGB 239 188 253 -
CMYK 0.06 0.26 0 0.01
HSL 287.08º 0.94% 0.86% -
HSV(B) 287.08º 0.26% 0.99% -
XYZ 71.31 61.41 101.02 -
YUV 210.66 151.9 148.21 -
System Red Green Blue C M Y K H S L
Decimal 239 188 253 0.06 0.26 0 0.01 287.08 0.94 0.86
Hex EF BC FD 6 1A 0 1 11F 5E 56
Octal 357 274 375 6 32 0 1 437 136 126
Binary 11101111 10111100 11111101 110 11010 0 1 100011111 1011110 1010110

Color Harmonies of #EFBCFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFBCFD

Black with #EFBCFD

Text Example


Text Example

White with #EFBCFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFBCFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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