Html Css Color HEX #DFA9FE Mauve

📋 copy color: '#DFA9FE'

red 223 ◦ green 169 ◦ blue 254

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

Shades of Mauve #DFA9FE

Tints of Mauve #DFA9FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 39.32%

R = 34.52%
G = 26.16%
B = 39.32%

CMYK

 C value IS 0.12

 M value IS 0.33

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#DFA9FE (or 0xDFA9FE) is known color: Mauve. HEX triplet: DF, A9 and FE. RGB value is (223,169,254). Sum of RGB (Red+Green+Blue) = 223+169+254=646 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.52% from 646); Green value is 169 (66.41% from 255 or 26.16% from 646); Blue value is 254 (99.61% from 255 or 39.32% from 646); Max value from RGB is 254 - color contains mainly: blue. Hex color #DFA9FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DFA9FE is #205601. Grayscale: #C2C2C2. Windows color (decimal): -2119170 or 16689631. OLE color: 16689631.

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

Color convert

RGB 223 169 254 -
CMYK 0.12 0.33 0 0.00
HSL 278.12º 0.98% 0.83% -
HSV(B) 278.12º 0.33% 1% -
XYZ 62.51 51.22 100.36 -
YUV 194.84 161.39 148.09 -
System Red Green Blue C M Y K H S L
Decimal 223 169 254 0.12 0.33 0 0.00 278.12 0.98 0.83
Hex DF A9 FE C 21 0 0 116 62 53
Octal 337 251 376 14 41 0 0 426 142 123
Binary 11011111 10101001 11111110 1100 100001 0 0 100010110 1100010 1010011

Color Harmonies of #DFA9FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFA9FE

Black with #DFA9FE

Text Example


Text Example

White with #DFA9FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFA9FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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