Html Css Color HEX #DFACF7 Mauve

📋 copy color: '#DFACF7'

red 223 ◦ green 172 ◦ blue 247

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

Shades of Mauve #DFACF7

Tints of Mauve #DFACF7

RGB

 RED value IS 223 (87.5% from 255) = 34.74%

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

 BLUE value IS 247 (96.88% from 255) = 38.47%

R = 34.74%
G = 26.79%
B = 38.47%

CMYK

 C value IS 0.10

 M value IS 0.30

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#DFACF7 (or 0xDFACF7) is known color: Mauve. HEX triplet: DF, AC and F7. RGB value is (223,172,247). Sum of RGB (Red+Green+Blue) = 223+172+247=642 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.74% from 642); Green value is 172 (67.58% from 255 or 26.79% from 642); Blue value is 247 (96.88% from 255 or 38.47% from 642); Max value from RGB is 247 - color contains mainly: blue. Hex color #DFACF7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DFACF7 is #205308. Grayscale: #C3C3C3. Windows color (decimal): -2118409 or 16231647. OLE color: 16231647.

HSL color Cylindrical-coordinate representation of color #DFACF7: hue angle of 280.8º degrees, saturation: 0.82, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DFACF7 is Cyan = 0.10, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 223 172 247 -
CMYK 0.10 0.30 0 0.03
HSL 280.8º 0.82% 0.82% -
HSV(B) 280.8º 0.3% 0.97% -
XYZ 61.97 51.91 94.75 -
YUV 195.8 156.9 147.4 -
System Red Green Blue C M Y K H S L
Decimal 223 172 247 0.10 0.30 0 0.03 280.8 0.82 0.82
Hex DF AC F7 A 1E 0 3 119 52 52
Octal 337 254 367 12 36 0 3 431 122 122
Binary 11011111 10101100 11110111 1010 11110 0 11 100011001 1010010 1010010

Color Harmonies of #DFACF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFACF7

Black with #DFACF7

Text Example


Text Example

White with #DFACF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFACF7; }

 p { color: rgb(223,172,247); }

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

background-color css

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

 a { background-color: rgb(223,172,247); }

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

border-color css

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

 span { border-color: rgb(223,172,247); }

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