Html Css Color HEX #DFA4F2 Mauve

📋 copy color: '#DFA4F2'

red 223 ◦ green 164 ◦ blue 242

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

Shades of Mauve #DFA4F2

Tints of Mauve #DFA4F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 38.47%

R = 35.45%
G = 26.07%
B = 38.47%

CMYK

 C value IS 0.08

 M value IS 0.32

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#DFA4F2 (or 0xDFA4F2) is known color: Mauve. HEX triplet: DF, A4 and F2. RGB value is (223,164,242). Sum of RGB (Red+Green+Blue) = 223+164+242=629 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.45% from 629); Green value is 164 (64.45% from 255 or 26.07% from 629); Blue value is 242 (94.92% from 255 or 38.47% from 629); Max value from RGB is 242 - color contains mainly: blue. Hex color #DFA4F2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DFA4F2 is #205B0D. Grayscale: #BEBEBE. Windows color (decimal): -2120462 or 15901919. OLE color: 15901919.

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

Color convert

RGB 223 164 242 -
CMYK 0.08 0.32 0 0.05
HSL 285.38º 0.75% 0.8% -
HSV(B) 285.38º 0.32% 0.95% -
XYZ 59.73 48.65 90.25 -
YUV 190.53 157.05 151.16 -
System Red Green Blue C M Y K H S L
Decimal 223 164 242 0.08 0.32 0 0.05 285.38 0.75 0.8
Hex DF A4 F2 8 20 0 5 11D 4B 50
Octal 337 244 362 10 40 0 5 435 113 120
Binary 11011111 10100100 11110010 1000 100000 0 101 100011101 1001011 1010000

Color Harmonies of #DFA4F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFA4F2

Black with #DFA4F2

Text Example


Text Example

White with #DFA4F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFA4F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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