Html Css Color HEX #DFACF1 Mauve

📋 copy color: '#DFACF1'

red 223 ◦ green 172 ◦ blue 241

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

Shades of Mauve #DFACF1

Tints of Mauve #DFACF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 37.89%

R = 35.06%
G = 27.04%
B = 37.89%

CMYK

 C value IS 0.07

 M value IS 0.29

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#DFACF1 (or 0xDFACF1) is known color: Mauve. HEX triplet: DF, AC and F1. RGB value is (223,172,241). Sum of RGB (Red+Green+Blue) = 223+172+241=636 (84% of max value = 765). Red value is 223 (87.5% from 255 or 35.06% from 636); Green value is 172 (67.58% from 255 or 27.04% from 636); Blue value is 241 (94.53% from 255 or 37.89% from 636); Max value from RGB is 241 - color contains mainly: blue. Hex color #DFACF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DFACF1 is #20530E. Grayscale: #C2C2C2. Windows color (decimal): -2118415 or 15838431. OLE color: 15838431.

HSL color Cylindrical-coordinate representation of color #DFACF1: hue angle of 284.35º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DFACF1 is Cyan = 0.07, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 223 172 241 -
CMYK 0.07 0.29 0 0.05
HSL 284.35º 0.71% 0.81% -
HSV(B) 284.35º 0.29% 0.95% -
XYZ 61.06 51.54 89.95 -
YUV 195.12 153.9 147.89 -
System Red Green Blue C M Y K H S L
Decimal 223 172 241 0.07 0.29 0 0.05 284.35 0.71 0.81
Hex DF AC F1 7 1D 0 5 11C 47 51
Octal 337 254 361 7 35 0 5 434 107 121
Binary 11011111 10101100 11110001 111 11101 0 101 100011100 1000111 1010001

Color Harmonies of #DFACF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFACF1

Black with #DFACF1

Text Example


Text Example

White with #DFACF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFACF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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