Html Css Color HEX #EFACFD Mauve

📋 copy color: '#EFACFD'

red 239 ◦ green 172 ◦ blue 253

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

Shades of Mauve #EFACFD

Tints of Mauve #EFACFD

RGB

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

 GREEN value IS 172 (67.58% from 255) = 25.9%

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

R = 35.99%
G = 25.9%
B = 38.1%

CMYK

 C value IS 0.06

 M value IS 0.32

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EFACFD (or 0xEFACFD) is known color: Mauve. HEX triplet: EF, AC and FD. RGB value is (239,172,253). Sum of RGB (Red+Green+Blue) = 239+172+253=664 (87% of max value = 765). Red value is 239 (93.75% from 255 or 35.99% from 664); Green value is 172 (67.58% from 255 or 25.90% from 664); Blue value is 253 (99.22% from 255 or 38.10% from 664); Max value from RGB is 253 - color contains mainly: blue. Hex color #EFACFD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EFACFD is #105302. Grayscale: #C9C9C9. Windows color (decimal): -1069827 or 16624879. OLE color: 16624879.

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

Color convert

RGB 239 172 253 -
CMYK 0.06 0.32 0 0.01
HSL 289.63º 0.95% 0.83% -
HSV(B) 289.63º 0.32% 0.99% -
XYZ 68.08 54.95 99.95 -
YUV 201.27 157.2 154.91 -
System Red Green Blue C M Y K H S L
Decimal 239 172 253 0.06 0.32 0 0.01 289.63 0.95 0.83
Hex EF AC FD 6 20 0 1 122 5F 53
Octal 357 254 375 6 40 0 1 442 137 123
Binary 11101111 10101100 11111101 110 100000 0 1 100100010 1011111 1010011

Color Harmonies of #EFACFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFACFD

Black with #EFACFD

Text Example


Text Example

White with #EFACFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFACFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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