Html Css Color HEX #DDAAFF Mauve

📋 copy color: '#DDAAFF'

red 221 ◦ green 170 ◦ blue 255

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

Shades of Mauve #DDAAFF

Tints of Mauve #DDAAFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 39.47%

R = 34.21%
G = 26.32%
B = 39.47%

CMYK

 C value IS 0.13

 M value IS 0.33

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#DDAAFF (or 0xDDAAFF) is known color: Mauve. HEX triplet: DD, AA and FF. RGB value is (221,170,255). Sum of RGB (Red+Green+Blue) = 221+170+255=646 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.21% from 646); Green value is 170 (66.80% from 255 or 26.32% from 646); Blue value is 255 (100% from 255 or 39.47% from 646); Max value from RGB is 255 - color contains mainly: blue. Hex color #DDAAFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DDAAFF is #225500. Grayscale: #C2C2C2. Windows color (decimal): -2249985 or 16755421. OLE color: 16755421.

HSL color Cylindrical-coordinate representation of color #DDAAFF: hue angle of 276º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DDAAFF is Cyan = 0.13, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 221 170 255 -
CMYK 0.13 0.33 0 0
HSL 276º 1% 0.83% -
HSV(B) 276º 0.33% 1% -
XYZ 62.24 51.34 101.24 -
YUV 194.94 161.9 146.59 -
System Red Green Blue C M Y K H S L
Decimal 221 170 255 0.13 0.33 0 0 276 1 0.83
Hex DD AA FF D 21 0 0 114 64 53
Octal 335 252 377 15 41 0 0 424 144 123
Binary 11011101 10101010 11111111 1101 100001 0 0 100010100 1100100 1010011

Color Harmonies of #DDAAFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDAAFF

Black with #DDAAFF

Text Example


Text Example

White with #DDAAFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDAAFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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