Html Css Color HEX #DFAAF2 Mauve

📋 copy color: '#DFAAF2'

red 223 ◦ green 170 ◦ blue 242

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

Shades of Mauve #DFAAF2

Tints of Mauve #DFAAF2

RGB

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

 GREEN value IS 170 (66.8% from 255) = 26.77%

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

R = 35.12%
G = 26.77%
B = 38.11%

CMYK

 C value IS 0.08

 M value IS 0.30

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#DFAAF2 (or 0xDFAAF2) is known color: Mauve. HEX triplet: DF, AA and F2. RGB value is (223,170,242). Sum of RGB (Red+Green+Blue) = 223+170+242=635 (84% of max value = 765). Red value is 223 (87.5% from 255 or 35.12% from 635); Green value is 170 (66.80% from 255 or 26.77% from 635); Blue value is 242 (94.92% from 255 or 38.11% from 635); Max value from RGB is 242 - color contains mainly: blue. Hex color #DFAAF2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DFAAF2 is #20550D. Grayscale: #C1C1C1. Windows color (decimal): -2118926 or 15903455. OLE color: 15903455.

HSL color Cylindrical-coordinate representation of color #DFAAF2: hue angle of 284.17º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DFAAF2 is Cyan = 0.08, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 223 170 242 -
CMYK 0.08 0.30 0 0.05
HSL 284.17º 0.73% 0.81% -
HSV(B) 284.17º 0.3% 0.95% -
XYZ 60.83 50.85 90.61 -
YUV 194.06 155.06 148.65 -
System Red Green Blue C M Y K H S L
Decimal 223 170 242 0.08 0.30 0 0.05 284.17 0.73 0.81
Hex DF AA F2 8 1E 0 5 11C 49 51
Octal 337 252 362 10 36 0 5 434 111 121
Binary 11011111 10101010 11110010 1000 11110 0 101 100011100 1001001 1010001

Color Harmonies of #DFAAF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFAAF2

Black with #DFAAF2

Text Example


Text Example

White with #DFAAF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFAAF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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