Html Css Color HEX #DFACF9 Mauve

📋 copy color: '#DFACF9'

red 223 ◦ green 172 ◦ blue 249

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

Shades of Mauve #DFACF9

Tints of Mauve #DFACF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 38.66%

R = 34.63%
G = 26.71%
B = 38.66%

CMYK

 C value IS 0.10

 M value IS 0.31

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DFACF9 (or 0xDFACF9) is known color: Mauve. HEX triplet: DF, AC and F9. RGB value is (223,172,249). Sum of RGB (Red+Green+Blue) = 223+172+249=644 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.63% from 644); Green value is 172 (67.58% from 255 or 26.71% from 644); Blue value is 249 (97.66% from 255 or 38.66% from 644); Max value from RGB is 249 - color contains mainly: blue. Hex color #DFACF9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DFACF9 is #205306. Grayscale: #C3C3C3. Windows color (decimal): -2118407 or 16362719. OLE color: 16362719.

HSL color Cylindrical-coordinate representation of color #DFACF9: hue angle of 279.74º degrees, saturation: 0.87, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DFACF9 is Cyan = 0.10, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 223 172 249 -
CMYK 0.10 0.31 0 0.02
HSL 279.74º 0.87% 0.83% -
HSV(B) 279.74º 0.31% 0.98% -
XYZ 62.28 52.03 96.38 -
YUV 196.03 157.9 147.24 -
System Red Green Blue C M Y K H S L
Decimal 223 172 249 0.10 0.31 0 0.02 279.74 0.87 0.83
Hex DF AC F9 A 1F 0 2 118 57 53
Octal 337 254 371 12 37 0 2 430 127 123
Binary 11011111 10101100 11111001 1010 11111 0 10 100011000 1010111 1010011

Color Harmonies of #DFACF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFACF9

Black with #DFACF9

Text Example


Text Example

White with #DFACF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFACF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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