Html Css Color HEX #DDAAF1 Mauve

📋 copy color: '#DDAAF1'

red 221 ◦ green 170 ◦ blue 241

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

Shades of Mauve #DDAAF1

Tints of Mauve #DDAAF1

RGB

 RED value IS 221 (86.72% from 255) = 34.97%

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

 BLUE value IS 241 (94.53% from 255) = 38.13%

R = 34.97%
G = 26.9%
B = 38.13%

CMYK

 C value IS 0.08

 M value IS 0.29

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#DDAAF1 (or 0xDDAAF1) is known color: Mauve. HEX triplet: DD, AA and F1. RGB value is (221,170,241). Sum of RGB (Red+Green+Blue) = 221+170+241=632 (83% of max value = 765). Red value is 221 (86.72% from 255 or 34.97% from 632); Green value is 170 (66.80% from 255 or 26.90% from 632); Blue value is 241 (94.53% from 255 or 38.13% from 632); Max value from RGB is 241 - color contains mainly: blue. Hex color #DDAAF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DDAAF1 is #22550E. Grayscale: #C1C1C1. Windows color (decimal): -2249999 or 15837917. OLE color: 15837917.

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

Color convert

RGB 221 170 241 -
CMYK 0.08 0.29 0 0.05
HSL 283.1º 0.72% 0.81% -
HSV(B) 283.1º 0.29% 0.95% -
XYZ 60.07 50.47 89.8 -
YUV 193.34 154.9 147.73 -
System Red Green Blue C M Y K H S L
Decimal 221 170 241 0.08 0.29 0 0.05 283.1 0.72 0.81
Hex DD AA F1 8 1D 0 5 11B 48 51
Octal 335 252 361 10 35 0 5 433 110 121
Binary 11011101 10101010 11110001 1000 11101 0 101 100011011 1001000 1010001

Color Harmonies of #DDAAF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDAAF1

Black with #DDAAF1

Text Example


Text Example

White with #DDAAF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDAAF1; }

 p { color: rgb(221,170,241); }

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

background-color css

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

 a { background-color: rgb(221,170,241); }

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

border-color css

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

 span { border-color: rgb(221,170,241); }

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