Html Css Color HEX #DFACF2 Mauve

📋 copy color: '#DFACF2'

red 223 ◦ green 172 ◦ blue 242

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

Shades of Mauve #DFACF2

Tints of Mauve #DFACF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 37.99%

R = 35.01%
G = 27%
B = 37.99%

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

#DFACF2 (or 0xDFACF2) is known color: Mauve. HEX triplet: DF, AC and F2. RGB value is (223,172,242). Sum of RGB (Red+Green+Blue) = 223+172+242=637 (84% of max value = 765). Red value is 223 (87.5% from 255 or 35.01% from 637); Green value is 172 (67.58% from 255 or 27.00% from 637); Blue value is 242 (94.92% from 255 or 37.99% from 637); Max value from RGB is 242 - color contains mainly: blue. Hex color #DFACF2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DFACF2 is #20530D. Grayscale: #C3C3C3. Windows color (decimal): -2118414 or 15903967. OLE color: 15903967.

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

Color convert

RGB 223 172 242 -
CMYK 0.08 0.29 0 0.05
HSL 283.71º 0.73% 0.81% -
HSV(B) 283.71º 0.29% 0.95% -
XYZ 61.21 51.6 90.74 -
YUV 195.23 154.4 147.81 -
System Red Green Blue C M Y K H S L
Decimal 223 172 242 0.08 0.29 0 0.05 283.71 0.73 0.81
Hex DF AC F2 8 1D 0 5 11C 49 51
Octal 337 254 362 10 35 0 5 434 111 121
Binary 11011111 10101100 11110010 1000 11101 0 101 100011100 1001001 1010001

Color Harmonies of #DFACF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFACF2

Black with #DFACF2

Text Example


Text Example

White with #DFACF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFACF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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