Html Css Color HEX #DFA8FA Mauve

📋 copy color: '#DFA8FA'

red 223 ◦ green 168 ◦ blue 250

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

Shades of Mauve #DFA8FA

Tints of Mauve #DFA8FA

RGB

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

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

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

R = 34.79%
G = 26.21%
B = 39%

CMYK

 C value IS 0.11

 M value IS 0.33

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DFA8FA (or 0xDFA8FA) is known color: Mauve. HEX triplet: DF, A8 and FA. RGB value is (223,168,250). Sum of RGB (Red+Green+Blue) = 223+168+250=641 (84% of max value = 765). Red value is 223 (87.5% from 255 or 34.79% from 641); Green value is 168 (66.02% from 255 or 26.21% from 641); Blue value is 250 (98.05% from 255 or 39.00% from 641); Max value from RGB is 250 - color contains mainly: blue. Hex color #DFA8FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DFA8FA is #205705. Grayscale: #C1C1C1. Windows color (decimal): -2119430 or 16427231. OLE color: 16427231.

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

Color convert

RGB 223 168 250 -
CMYK 0.11 0.33 0 0.02
HSL 280.24º 0.89% 0.82% -
HSV(B) 280.24º 0.33% 0.98% -
XYZ 61.69 50.6 96.96 -
YUV 193.79 159.72 148.83 -
System Red Green Blue C M Y K H S L
Decimal 223 168 250 0.11 0.33 0 0.02 280.24 0.89 0.82
Hex DF A8 FA B 21 0 2 118 59 52
Octal 337 250 372 13 41 0 2 430 131 122
Binary 11011111 10101000 11111010 1011 100001 0 10 100011000 1011001 1010010

Color Harmonies of #DFA8FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFA8FA

Black with #DFA8FA

Text Example


Text Example

White with #DFA8FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFA8FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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