Html Css Color HEX #DFA6F9 Mauve

📋 copy color: '#DFA6F9'

red 223 ◦ green 166 ◦ blue 249

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

Shades of Mauve #DFA6F9

Tints of Mauve #DFA6F9

RGB

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

 GREEN value IS 166 (65.23% from 255) = 26.02%

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

R = 34.95%
G = 26.02%
B = 39.03%

CMYK

 C value IS 0.10

 M value IS 0.33

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DFA6F9 (or 0xDFA6F9) is known color: Mauve. HEX triplet: DF, A6 and F9. RGB value is (223,166,249). Sum of RGB (Red+Green+Blue) = 223+166+249=638 (84% of max value = 765). Red value is 223 (87.5% from 255 or 34.95% from 638); Green value is 166 (65.23% from 255 or 26.02% from 638); Blue value is 249 (97.66% from 255 or 39.03% from 638); Max value from RGB is 249 - color contains mainly: blue. Hex color #DFA6F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DFA6F9 is #205906. Grayscale: #C0C0C0. Windows color (decimal): -2119943 or 16361183. OLE color: 16361183.

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

Color convert

RGB 223 166 249 -
CMYK 0.10 0.33 0 0.02
HSL 281.2º 0.87% 0.81% -
HSV(B) 281.2º 0.33% 0.98% -
XYZ 61.17 49.8 96.01 -
YUV 192.51 159.88 149.75 -
System Red Green Blue C M Y K H S L
Decimal 223 166 249 0.10 0.33 0 0.02 281.2 0.87 0.81
Hex DF A6 F9 A 21 0 2 119 57 51
Octal 337 246 371 12 41 0 2 431 127 121
Binary 11011111 10100110 11111001 1010 100001 0 10 100011001 1010111 1010001

Color Harmonies of #DFA6F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFA6F9

Black with #DFA6F9

Text Example


Text Example

White with #DFA6F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFA6F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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