Html Css Color HEX #DFA4F0 Mauve

📋 copy color: '#DFA4F0'

red 223 ◦ green 164 ◦ blue 240

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

Shades of Mauve #DFA4F0

Tints of Mauve #DFA4F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 38.28%

R = 35.57%
G = 26.16%
B = 38.28%

CMYK

 C value IS 0.07

 M value IS 0.32

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#DFA4F0 (or 0xDFA4F0) is known color: Mauve. HEX triplet: DF, A4 and F0. RGB value is (223,164,240). Sum of RGB (Red+Green+Blue) = 223+164+240=627 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.57% from 627); Green value is 164 (64.45% from 255 or 26.16% from 627); Blue value is 240 (94.14% from 255 or 38.28% from 627); Max value from RGB is 240 - color contains mainly: blue. Hex color #DFA4F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DFA4F0 is #205B0F. Grayscale: #BEBEBE. Windows color (decimal): -2120464 or 15770847. OLE color: 15770847.

HSL color Cylindrical-coordinate representation of color #DFA4F0: hue angle of 286.58º degrees, saturation: 0.72, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DFA4F0 is Cyan = 0.07, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 223 164 240 -
CMYK 0.07 0.32 0 0.06
HSL 286.58º 0.72% 0.79% -
HSV(B) 286.58º 0.32% 0.94% -
XYZ 59.44 48.53 88.67 -
YUV 190.31 156.05 151.32 -
System Red Green Blue C M Y K H S L
Decimal 223 164 240 0.07 0.32 0 0.06 286.58 0.72 0.79
Hex DF A4 F0 7 20 0 6 11F 48 4F
Octal 337 244 360 7 40 0 6 437 110 117
Binary 11011111 10100100 11110000 111 100000 0 110 100011111 1001000 1001111

Color Harmonies of #DFA4F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFA4F0

Black with #DFA4F0

Text Example


Text Example

White with #DFA4F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFA4F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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