Html Css Color HEX #DDAAFE Mauve

📋 copy color: '#DDAAFE'

red 221 ◦ green 170 ◦ blue 254

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

Shades of Mauve #DDAAFE

Tints of Mauve #DDAAFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 39.38%

R = 34.26%
G = 26.36%
B = 39.38%

CMYK

 C value IS 0.13

 M value IS 0.33

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#DDAAFE (or 0xDDAAFE) is known color: Mauve. HEX triplet: DD, AA and FE. RGB value is (221,170,254). Sum of RGB (Red+Green+Blue) = 221+170+254=645 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.26% from 645); Green value is 170 (66.80% from 255 or 26.36% from 645); Blue value is 254 (99.61% from 255 or 39.38% from 645); Max value from RGB is 254 - color contains mainly: blue. Hex color #DDAAFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DDAAFE is #225501. Grayscale: #C2C2C2. Windows color (decimal): -2249986 or 16689885. OLE color: 16689885.

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

Color convert

RGB 221 170 254 -
CMYK 0.13 0.33 0 0.00
HSL 276.43º 0.98% 0.83% -
HSV(B) 276.43º 0.33% 1% -
XYZ 62.08 51.28 100.39 -
YUV 194.83 161.4 146.67 -
System Red Green Blue C M Y K H S L
Decimal 221 170 254 0.13 0.33 0 0.00 276.43 0.98 0.83
Hex DD AA FE D 21 0 0 114 62 53
Octal 335 252 376 15 41 0 0 424 142 123
Binary 11011101 10101010 11111110 1101 100001 0 0 100010100 1100010 1010011

Color Harmonies of #DDAAFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDAAFE

Black with #DDAAFE

Text Example


Text Example

White with #DDAAFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDAAFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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