Html Css Color HEX #DFAAFB Mauve

📋 copy color: '#DFAAFB'

red 223 ◦ green 170 ◦ blue 251

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

Shades of Mauve #DFAAFB

Tints of Mauve #DFAAFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 38.98%

R = 34.63%
G = 26.4%
B = 38.98%

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

#DFAAFB (or 0xDFAAFB) is known color: Mauve. HEX triplet: DF, AA and FB. RGB value is (223,170,251). Sum of RGB (Red+Green+Blue) = 223+170+251=644 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.63% from 644); Green value is 170 (66.80% from 255 or 26.40% from 644); Blue value is 251 (98.44% from 255 or 38.98% from 644); Max value from RGB is 251 - color contains mainly: blue. Hex color #DFAAFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DFAAFB is #205504. Grayscale: #C2C2C2. Windows color (decimal): -2118917 or 16493279. OLE color: 16493279.

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

Color convert

RGB 223 170 251 -
CMYK 0.11 0.32 0 0.02
HSL 279.26º 0.91% 0.83% -
HSV(B) 279.26º 0.32% 0.98% -
XYZ 62.22 51.4 97.91 -
YUV 195.08 159.56 147.91 -
System Red Green Blue C M Y K H S L
Decimal 223 170 251 0.11 0.32 0 0.02 279.26 0.91 0.83
Hex DF AA FB B 20 0 2 117 5B 53
Octal 337 252 373 13 40 0 2 427 133 123
Binary 11011111 10101010 11111011 1011 100000 0 10 100010111 1011011 1010011

Color Harmonies of #DFAAFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFAAFB

Black with #DFAAFB

Text Example


Text Example

White with #DFAAFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFAAFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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