Html Css Color HEX #DFAAF0 Mauve

📋 copy color: '#DFAAF0'

red 223 ◦ green 170 ◦ blue 240

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

Shades of Mauve #DFAAF0

Tints of Mauve #DFAAF0

RGB

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

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

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

R = 35.23%
G = 26.86%
B = 37.91%

CMYK

 C value IS 0.07

 M value IS 0.29

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#DFAAF0 (or 0xDFAAF0) is known color: Mauve. HEX triplet: DF, AA and F0. RGB value is (223,170,240). Sum of RGB (Red+Green+Blue) = 223+170+240=633 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.23% from 633); Green value is 170 (66.80% from 255 or 26.86% from 633); Blue value is 240 (94.14% from 255 or 37.91% from 633); Max value from RGB is 240 - color contains mainly: blue. Hex color #DFAAF0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DFAAF0 is #20550F. Grayscale: #C1C1C1. Windows color (decimal): -2118928 or 15772383. OLE color: 15772383.

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

Color convert

RGB 223 170 240 -
CMYK 0.07 0.29 0 0.06
HSL 285.43º 0.7% 0.8% -
HSV(B) 285.43º 0.29% 0.94% -
XYZ 60.53 50.73 89.04 -
YUV 193.83 154.06 148.81 -
System Red Green Blue C M Y K H S L
Decimal 223 170 240 0.07 0.29 0 0.06 285.43 0.7 0.8
Hex DF AA F0 7 1D 0 6 11D 46 50
Octal 337 252 360 7 35 0 6 435 106 120
Binary 11011111 10101010 11110000 111 11101 0 110 100011101 1000110 1010000

Color Harmonies of #DFAAF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFAAF0

Black with #DFAAF0

Text Example


Text Example

White with #DFAAF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFAAF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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