Html Css Color HEX #DFA7F6 Mauve

📋 copy color: '#DFA7F6'

red 223 ◦ green 167 ◦ blue 246

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

Shades of Mauve #DFA7F6

Tints of Mauve #DFA7F6

RGB

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

 GREEN value IS 167 (65.63% from 255) = 26.26%

 BLUE value IS 246 (96.48% from 255) = 38.68%

R = 35.06%
G = 26.26%
B = 38.68%

CMYK

 C value IS 0.09

 M value IS 0.32

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#DFA7F6 (or 0xDFA7F6) is known color: Mauve. HEX triplet: DF, A7 and F6. RGB value is (223,167,246). Sum of RGB (Red+Green+Blue) = 223+167+246=636 (84% of max value = 765). Red value is 223 (87.5% from 255 or 35.06% from 636); Green value is 167 (65.62% from 255 or 26.26% from 636); Blue value is 246 (96.48% from 255 or 38.68% from 636); Max value from RGB is 246 - color contains mainly: blue. Hex color #DFA7F6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DFA7F6 is #205809. Grayscale: #C0C0C0. Windows color (decimal): -2119690 or 16164831. OLE color: 16164831.

HSL color Cylindrical-coordinate representation of color #DFA7F6: hue angle of 282.53º degrees, saturation: 0.81, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DFA7F6 is Cyan = 0.09, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 223 167 246 -
CMYK 0.09 0.32 0 0.04
HSL 282.53º 0.81% 0.81% -
HSV(B) 282.53º 0.32% 0.96% -
XYZ 60.88 49.98 93.63 -
YUV 192.75 158.05 149.58 -
System Red Green Blue C M Y K H S L
Decimal 223 167 246 0.09 0.32 0 0.04 282.53 0.81 0.81
Hex DF A7 F6 9 20 0 4 11B 51 51
Octal 337 247 366 11 40 0 4 433 121 121
Binary 11011111 10100111 11110110 1001 100000 0 100 100011011 1010001 1010001

Color Harmonies of #DFA7F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFA7F6

Black with #DFA7F6

Text Example


Text Example

White with #DFA7F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFA7F6; }

 p { color: rgb(223,167,246); }

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

background-color css

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

 a { background-color: rgb(223,167,246); }

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

border-color css

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

 span { border-color: rgb(223,167,246); }

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