Html Css Color HEX #DFA9F9 Mauve

📋 copy color: '#DFA9F9'

red 223 ◦ green 169 ◦ blue 249

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

Shades of Mauve #DFA9F9

Tints of Mauve #DFA9F9

RGB

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

 GREEN value IS 169 (66.41% from 255) = 26.37%

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

R = 34.79%
G = 26.37%
B = 38.85%

CMYK

 C value IS 0.10

 M value IS 0.32

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DFA9F9 (or 0xDFA9F9) is known color: Mauve. HEX triplet: DF, A9 and F9. RGB value is (223,169,249). Sum of RGB (Red+Green+Blue) = 223+169+249=641 (84% of max value = 765). Red value is 223 (87.5% from 255 or 34.79% from 641); Green value is 169 (66.41% from 255 or 26.37% from 641); Blue value is 249 (97.66% from 255 or 38.85% from 641); Max value from RGB is 249 - color contains mainly: blue. Hex color #DFA9F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DFA9F9 is #205606. Grayscale: #C2C2C2. Windows color (decimal): -2119175 or 16361951. OLE color: 16361951.

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

Color convert

RGB 223 169 249 -
CMYK 0.10 0.32 0 0.02
HSL 280.5º 0.87% 0.82% -
HSV(B) 280.5º 0.32% 0.98% -
XYZ 61.72 50.9 96.19 -
YUV 194.27 158.89 148.5 -
System Red Green Blue C M Y K H S L
Decimal 223 169 249 0.10 0.32 0 0.02 280.5 0.87 0.82
Hex DF A9 F9 A 20 0 2 118 57 52
Octal 337 251 371 12 40 0 2 430 127 122
Binary 11011111 10101001 11111001 1010 100000 0 10 100011000 1010111 1010010

Color Harmonies of #DFA9F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFA9F9

Black with #DFA9F9

Text Example


Text Example

White with #DFA9F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFA9F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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