Html Css Color HEX #DFA8FD Mauve

📋 copy color: '#DFA8FD'

red 223 ◦ green 168 ◦ blue 253

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

Shades of Mauve #DFA8FD

Tints of Mauve #DFA8FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 39.29%

R = 34.63%
G = 26.09%
B = 39.29%

CMYK

 C value IS 0.12

 M value IS 0.34

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#DFA8FD (or 0xDFA8FD) is known color: Mauve. HEX triplet: DF, A8 and FD. RGB value is (223,168,253). Sum of RGB (Red+Green+Blue) = 223+168+253=644 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.63% from 644); Green value is 168 (66.02% from 255 or 26.09% from 644); Blue value is 253 (99.22% from 255 or 39.29% from 644); Max value from RGB is 253 - color contains mainly: blue. Hex color #DFA8FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DFA8FD is #205702. Grayscale: #C1C1C1. Windows color (decimal): -2119427 or 16623839. OLE color: 16623839.

HSL color Cylindrical-coordinate representation of color #DFA8FD: hue angle of 278.82º degrees, saturation: 0.96, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DFA8FD is Cyan = 0.12, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 223 168 253 -
CMYK 0.12 0.34 0 0.01
HSL 278.82º 0.96% 0.83% -
HSV(B) 278.82º 0.34% 0.99% -
XYZ 62.16 50.79 99.45 -
YUV 194.14 161.22 148.59 -
System Red Green Blue C M Y K H S L
Decimal 223 168 253 0.12 0.34 0 0.01 278.82 0.96 0.83
Hex DF A8 FD C 22 0 1 117 60 53
Octal 337 250 375 14 42 0 1 427 140 123
Binary 11011111 10101000 11111101 1100 100010 0 1 100010111 1100000 1010011

Color Harmonies of #DFA8FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFA8FD

Black with #DFA8FD

Text Example


Text Example

White with #DFA8FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFA8FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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