Html Css Color HEX #DFA8F9 Mauve

📋 copy color: '#DFA8F9'

red 223 ◦ green 168 ◦ blue 249

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

Shades of Mauve #DFA8F9

Tints of Mauve #DFA8F9

RGB

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

 GREEN value IS 168 (66.02% from 255) = 26.25%

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

R = 34.84%
G = 26.25%
B = 38.91%

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

#DFA8F9 (or 0xDFA8F9) is known color: Mauve. HEX triplet: DF, A8 and F9. RGB value is (223,168,249). Sum of RGB (Red+Green+Blue) = 223+168+249=640 (84% of max value = 765). Red value is 223 (87.5% from 255 or 34.84% from 640); Green value is 168 (66.02% from 255 or 26.25% from 640); Blue value is 249 (97.66% from 255 or 38.91% from 640); Max value from RGB is 249 - color contains mainly: blue. Hex color #DFA8F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DFA8F9 is #205706. Grayscale: #C1C1C1. Windows color (decimal): -2119431 or 16361695. OLE color: 16361695.

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

Color convert

RGB 223 168 249 -
CMYK 0.10 0.33 0 0.02
HSL 280.74º 0.87% 0.82% -
HSV(B) 280.74º 0.33% 0.98% -
XYZ 61.53 50.53 96.13 -
YUV 193.68 159.22 148.91 -
System Red Green Blue C M Y K H S L
Decimal 223 168 249 0.10 0.33 0 0.02 280.74 0.87 0.82
Hex DF A8 F9 A 21 0 2 119 57 52
Octal 337 250 371 12 41 0 2 431 127 122
Binary 11011111 10101000 11111001 1010 100001 0 10 100011001 1010111 1010010

Color Harmonies of #DFA8F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFA8F9

Black with #DFA8F9

Text Example


Text Example

White with #DFA8F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFA8F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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