Html Css Color HEX #DFACF3 Mauve

📋 copy color: '#DFACF3'

red 223 ◦ green 172 ◦ blue 243

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

Shades of Mauve #DFACF3

Tints of Mauve #DFACF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 38.09%

R = 34.95%
G = 26.96%
B = 38.09%

CMYK

 C value IS 0.08

 M value IS 0.29

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#DFACF3 (or 0xDFACF3) is known color: Mauve. HEX triplet: DF, AC and F3. RGB value is (223,172,243). Sum of RGB (Red+Green+Blue) = 223+172+243=638 (84% of max value = 765). Red value is 223 (87.5% from 255 or 34.95% from 638); Green value is 172 (67.58% from 255 or 26.96% from 638); Blue value is 243 (95.31% from 255 or 38.09% from 638); Max value from RGB is 243 - color contains mainly: blue. Hex color #DFACF3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DFACF3 is #20530C. Grayscale: #C3C3C3. Windows color (decimal): -2118413 or 15969503. OLE color: 15969503.

HSL color Cylindrical-coordinate representation of color #DFACF3: hue angle of 283.1º degrees, saturation: 0.75, 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 #DFACF3 is Cyan = 0.08, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 223 172 243 -
CMYK 0.08 0.29 0 0.05
HSL 283.1º 0.75% 0.81% -
HSV(B) 283.1º 0.29% 0.95% -
XYZ 61.36 51.66 91.53 -
YUV 195.34 154.9 147.73 -
System Red Green Blue C M Y K H S L
Decimal 223 172 243 0.08 0.29 0 0.05 283.1 0.75 0.81
Hex DF AC F3 8 1D 0 5 11B 4B 51
Octal 337 254 363 10 35 0 5 433 113 121
Binary 11011111 10101100 11110011 1000 11101 0 101 100011011 1001011 1010001

Color Harmonies of #DFACF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFACF3

Black with #DFACF3

Text Example


Text Example

White with #DFACF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFACF3; }

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

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

background-color css

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

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

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

border-color css

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

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

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