Html Css Color HEX #EFBCFC Mauve

📋 copy color: '#EFBCFC'

red 239 ◦ green 188 ◦ blue 252

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

Shades of Mauve #EFBCFC

Tints of Mauve #EFBCFC

RGB

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

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

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

R = 35.2%
G = 27.69%
B = 37.11%

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

#EFBCFC (or 0xEFBCFC) is known color: Mauve. HEX triplet: EF, BC and FC. RGB value is (239,188,252). Sum of RGB (Red+Green+Blue) = 239+188+252=679 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.20% from 679); Green value is 188 (73.83% from 255 or 27.69% from 679); Blue value is 252 (98.83% from 255 or 37.11% from 679); Max value from RGB is 252 - color contains mainly: blue. Hex color #EFBCFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFBCFC is #104303. Grayscale: #D2D2D2. Windows color (decimal): -1065732 or 16563439. OLE color: 16563439.

HSL color Cylindrical-coordinate representation of color #EFBCFC: hue angle of 287.81º 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 #EFBCFC is Cyan = 0.05, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 239 188 252 -
CMYK 0.05 0.25 0 0.01
HSL 287.81º 0.91% 0.86% -
HSV(B) 287.81º 0.25% 0.99% -
XYZ 71.15 61.35 100.19 -
YUV 210.55 151.4 148.3 -
System Red Green Blue C M Y K H S L
Decimal 239 188 252 0.05 0.25 0 0.01 287.81 0.91 0.86
Hex EF BC FC 5 19 0 1 120 5B 56
Octal 357 274 374 5 31 0 1 440 133 126
Binary 11101111 10111100 11111100 101 11001 0 1 100100000 1011011 1010110

Color Harmonies of #EFBCFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFBCFC

Black with #EFBCFC

Text Example


Text Example

White with #EFBCFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFBCFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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