Html Css Color HEX #DFA9FA Mauve

📋 copy color: '#DFA9FA'

red 223 ◦ green 169 ◦ blue 250

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

Shades of Mauve #DFA9FA

Tints of Mauve #DFA9FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 38.94%

R = 34.74%
G = 26.32%
B = 38.94%

CMYK

 C value IS 0.11

 M value IS 0.32

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DFA9FA (or 0xDFA9FA) is known color: Mauve. HEX triplet: DF, A9 and FA. RGB value is (223,169,250). Sum of RGB (Red+Green+Blue) = 223+169+250=642 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.74% from 642); Green value is 169 (66.41% from 255 or 26.32% from 642); Blue value is 250 (98.05% from 255 or 38.94% from 642); Max value from RGB is 250 - color contains mainly: blue. Hex color #DFA9FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DFA9FA is #205605. Grayscale: #C2C2C2. Windows color (decimal): -2119174 or 16427487. OLE color: 16427487.

HSL color Cylindrical-coordinate representation of color #DFA9FA: hue angle of 280º degrees, saturation: 0.89, 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 #DFA9FA is Cyan = 0.11, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 223 169 250 -
CMYK 0.11 0.32 0 0.02
HSL 280º 0.89% 0.82% -
HSV(B) 280º 0.32% 0.98% -
XYZ 61.87 50.97 97.02 -
YUV 194.38 159.39 148.41 -
System Red Green Blue C M Y K H S L
Decimal 223 169 250 0.11 0.32 0 0.02 280 0.89 0.82
Hex DF A9 FA B 20 0 2 118 59 52
Octal 337 251 372 13 40 0 2 430 131 122
Binary 11011111 10101001 11111010 1011 100000 0 10 100011000 1011001 1010010

Color Harmonies of #DFA9FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFA9FA

Black with #DFA9FA

Text Example


Text Example

White with #DFA9FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFA9FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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