Html Css Color HEX #EFACFF Mauve

📋 copy color: '#EFACFF'

red 239 ◦ green 172 ◦ blue 255

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

Shades of Mauve #EFACFF

Tints of Mauve #EFACFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 38.29%

R = 35.89%
G = 25.83%
B = 38.29%

CMYK

 C value IS 0.06

 M value IS 0.33

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#EFACFF (or 0xEFACFF) is known color: Mauve. HEX triplet: EF, AC and FF. RGB value is (239,172,255). Sum of RGB (Red+Green+Blue) = 239+172+255=666 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.89% from 666); Green value is 172 (67.58% from 255 or 25.83% from 666); Blue value is 255 (100% from 255 or 38.29% from 666); Max value from RGB is 255 - color contains mainly: blue. Hex color #EFACFF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EFACFF is #105300. Grayscale: #C9C9C9. Windows color (decimal): -1069825 or 16755951. OLE color: 16755951.

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

Color convert

RGB 239 172 255 -
CMYK 0.06 0.33 0 0
HSL 288.43º 1% 0.84% -
HSV(B) 288.43º 0.33% 1% -
XYZ 68.4 55.08 101.63 -
YUV 201.5 158.2 154.75 -
System Red Green Blue C M Y K H S L
Decimal 239 172 255 0.06 0.33 0 0 288.43 1 0.84
Hex EF AC FF 6 21 0 0 120 64 54
Octal 357 254 377 6 41 0 0 440 144 124
Binary 11101111 10101100 11111111 110 100001 0 0 100100000 1100100 1010100

Color Harmonies of #EFACFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFACFF

Black with #EFACFF

Text Example


Text Example

White with #EFACFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFACFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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