Html Css Color HEX #DFAAFA Mauve

📋 copy color: '#DFAAFA'

red 223 ◦ green 170 ◦ blue 250

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

Shades of Mauve #DFAAFA

Tints of Mauve #DFAAFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 38.88%

R = 34.68%
G = 26.44%
B = 38.88%

CMYK

 C value IS 0.11

 M value IS 0.32

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DFAAFA (or 0xDFAAFA) is known color: Mauve. HEX triplet: DF, AA and FA. RGB value is (223,170,250). Sum of RGB (Red+Green+Blue) = 223+170+250=643 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.68% from 643); Green value is 170 (66.80% from 255 or 26.44% from 643); Blue value is 250 (98.05% from 255 or 38.88% from 643); Max value from RGB is 250 - color contains mainly: blue. Hex color #DFAAFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DFAAFA is #205505. Grayscale: #C2C2C2. Windows color (decimal): -2118918 or 16427743. OLE color: 16427743.

HSL color Cylindrical-coordinate representation of color #DFAAFA: hue angle of 279.75º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DFAAFA is Cyan = 0.11, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 223 170 250 -
CMYK 0.11 0.32 0 0.02
HSL 279.75º 0.89% 0.82% -
HSV(B) 279.75º 0.32% 0.98% -
XYZ 62.06 51.34 97.08 -
YUV 194.97 159.06 148 -
System Red Green Blue C M Y K H S L
Decimal 223 170 250 0.11 0.32 0 0.02 279.75 0.89 0.82
Hex DF AA FA B 20 0 2 118 59 52
Octal 337 252 372 13 40 0 2 430 131 122
Binary 11011111 10101010 11111010 1011 100000 0 10 100011000 1011001 1010010

Color Harmonies of #DFAAFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFAAFA

Black with #DFAAFA

Text Example


Text Example

White with #DFAAFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFAAFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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