Html Css Color HEX #DFA4F3 Mauve

📋 copy color: '#DFA4F3'

red 223 ◦ green 164 ◦ blue 243

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

Shades of Mauve #DFA4F3

Tints of Mauve #DFA4F3

RGB

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

 GREEN value IS 164 (64.45% from 255) = 26.03%

 BLUE value IS 243 (95.31% from 255) = 38.57%

R = 35.4%
G = 26.03%
B = 38.57%

CMYK

 C value IS 0.08

 M value IS 0.33

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#DFA4F3 (or 0xDFA4F3) is known color: Mauve. HEX triplet: DF, A4 and F3. RGB value is (223,164,243). Sum of RGB (Red+Green+Blue) = 223+164+243=630 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.40% from 630); Green value is 164 (64.45% from 255 or 26.03% from 630); Blue value is 243 (95.31% from 255 or 38.57% from 630); Max value from RGB is 243 - color contains mainly: blue. Hex color #DFA4F3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DFA4F3 is #205B0C. Grayscale: #BEBEBE. Windows color (decimal): -2120461 or 15967455. OLE color: 15967455.

HSL color Cylindrical-coordinate representation of color #DFA4F3: hue angle of 284.81º degrees, saturation: 0.77, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DFA4F3 is Cyan = 0.08, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 223 164 243 -
CMYK 0.08 0.33 0 0.05
HSL 284.81º 0.77% 0.8% -
HSV(B) 284.81º 0.33% 0.95% -
XYZ 59.88 48.71 91.04 -
YUV 190.65 157.55 151.08 -
System Red Green Blue C M Y K H S L
Decimal 223 164 243 0.08 0.33 0 0.05 284.81 0.77 0.8
Hex DF A4 F3 8 21 0 5 11D 4D 50
Octal 337 244 363 10 41 0 5 435 115 120
Binary 11011111 10100100 11110011 1000 100001 0 101 100011101 1001101 1010000

Color Harmonies of #DFA4F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFA4F3

Black with #DFA4F3

Text Example


Text Example

White with #DFA4F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFA4F3; }

 p { color: rgb(223,164,243); }

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

background-color css

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

 a { background-color: rgb(223,164,243); }

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

border-color css

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

 span { border-color: rgb(223,164,243); }

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