Html Css Color HEX #DDAAF2 Mauve

📋 copy color: '#DDAAF2'

red 221 ◦ green 170 ◦ blue 242

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

Shades of Mauve #DDAAF2

Tints of Mauve #DDAAF2

RGB

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

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

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

R = 34.91%
G = 26.86%
B = 38.23%

CMYK

 C value IS 0.09

 M value IS 0.30

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#DDAAF2 (or 0xDDAAF2) is known color: Mauve. HEX triplet: DD, AA and F2. RGB value is (221,170,242). Sum of RGB (Red+Green+Blue) = 221+170+242=633 (83% of max value = 765). Red value is 221 (86.72% from 255 or 34.91% from 633); Green value is 170 (66.80% from 255 or 26.86% from 633); Blue value is 242 (94.92% from 255 or 38.23% from 633); Max value from RGB is 242 - color contains mainly: blue. Hex color #DDAAF2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DDAAF2 is #22550D. Grayscale: #C1C1C1. Windows color (decimal): -2249998 or 15903453. OLE color: 15903453.

HSL color Cylindrical-coordinate representation of color #DDAAF2: hue angle of 282.5º 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 #DDAAF2 is Cyan = 0.09, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 221 170 242 -
CMYK 0.09 0.30 0 0.05
HSL 282.5º 0.73% 0.81% -
HSV(B) 282.5º 0.3% 0.95% -
XYZ 60.22 50.53 90.58 -
YUV 193.46 155.4 147.65 -
System Red Green Blue C M Y K H S L
Decimal 221 170 242 0.09 0.30 0 0.05 282.5 0.73 0.81
Hex DD AA F2 9 1E 0 5 11A 49 51
Octal 335 252 362 11 36 0 5 432 111 121
Binary 11011101 10101010 11110010 1001 11110 0 101 100011010 1001001 1010001

Color Harmonies of #DDAAF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDAAF2

Black with #DDAAF2

Text Example


Text Example

White with #DDAAF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDAAF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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