Html Css Color HEX #DFACF4 Mauve

📋 copy color: '#DFACF4'

red 223 ◦ green 172 ◦ blue 244

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

Shades of Mauve #DFACF4

Tints of Mauve #DFACF4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 38.18%

R = 34.9%
G = 26.92%
B = 38.18%

CMYK

 C value IS 0.09

 M value IS 0.30

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#DFACF4 (or 0xDFACF4) is known color: Mauve. HEX triplet: DF, AC and F4. RGB value is (223,172,244). Sum of RGB (Red+Green+Blue) = 223+172+244=639 (84% of max value = 765). Red value is 223 (87.5% from 255 or 34.90% from 639); Green value is 172 (67.58% from 255 or 26.92% from 639); Blue value is 244 (95.70% from 255 or 38.18% from 639); Max value from RGB is 244 - color contains mainly: blue. Hex color #DFACF4 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DFACF4 is #20530B. Grayscale: #C3C3C3. Windows color (decimal): -2118412 or 16035039. OLE color: 16035039.

HSL color Cylindrical-coordinate representation of color #DFACF4: hue angle of 282.5º degrees, saturation: 0.77, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DFACF4 is Cyan = 0.09, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 223 172 244 -
CMYK 0.09 0.30 0 0.04
HSL 282.5º 0.77% 0.82% -
HSV(B) 282.5º 0.3% 0.96% -
XYZ 61.51 51.72 92.33 -
YUV 195.46 155.4 147.65 -
System Red Green Blue C M Y K H S L
Decimal 223 172 244 0.09 0.30 0 0.04 282.5 0.77 0.82
Hex DF AC F4 9 1E 0 4 11A 4D 52
Octal 337 254 364 11 36 0 4 432 115 122
Binary 11011111 10101100 11110100 1001 11110 0 100 100011010 1001101 1010010

Color Harmonies of #DFACF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFACF4

Black with #DFACF4

Text Example


Text Example

White with #DFACF4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFACF4; }

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

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

background-color css

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

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

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

border-color css

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

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

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