Html Css Color HEX #DFA6FF Mauve

📋 copy color: '#DFA6FF'

red 223 ◦ green 166 ◦ blue 255

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

Shades of Mauve #DFA6FF

Tints of Mauve #DFA6FF

RGB

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

 GREEN value IS 166 (65.23% from 255) = 25.78%

 BLUE value IS 255 (100% from 255) = 39.6%

R = 34.63%
G = 25.78%
B = 39.6%

CMYK

 C value IS 0.13

 M value IS 0.35

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#DFA6FF (or 0xDFA6FF) is known color: Mauve. HEX triplet: DF, A6 and FF. RGB value is (223,166,255). Sum of RGB (Red+Green+Blue) = 223+166+255=644 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.63% from 644); Green value is 166 (65.23% from 255 or 25.78% from 644); Blue value is 255 (100% from 255 or 39.60% from 644); Max value from RGB is 255 - color contains mainly: blue. Hex color #DFA6FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DFA6FF is #205900. Grayscale: #C0C0C0. Windows color (decimal): -2119937 or 16754399. OLE color: 16754399.

HSL color Cylindrical-coordinate representation of color #DFA6FF: hue angle of 278.43º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DFA6FF is Cyan = 0.13, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 223 166 255 -
CMYK 0.13 0.35 0 0
HSL 278.43º 1% 0.83% -
HSV(B) 278.43º 0.35% 1% -
XYZ 62.12 50.18 101.02 -
YUV 193.19 162.88 149.26 -
System Red Green Blue C M Y K H S L
Decimal 223 166 255 0.13 0.35 0 0 278.43 1 0.83
Hex DF A6 FF D 23 0 0 116 64 53
Octal 337 246 377 15 43 0 0 426 144 123
Binary 11011111 10100110 11111111 1101 100011 0 0 100010110 1100100 1010011

Color Harmonies of #DFA6FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFA6FF

Black with #DFA6FF

Text Example


Text Example

White with #DFA6FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFA6FF; }

 p { color: rgb(223,166,255); }

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

background-color css

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

 a { background-color: rgb(223,166,255); }

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

border-color css

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

 span { border-color: rgb(223,166,255); }

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