#DDAFF9

Color #DDAFF9 Mauve (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mauve #DDAFF9

Tints of Mauve #DDAFF9

Color information

#DDAFF9 (or 0xDDAFF9) is unknown color: approx Mauve. HEX triplet: DD, AF and F9. RGB value is (221,175,249). Sum of RGB (Red+Green+Blue) = 221+175+249=645 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.26% from 645); Green value is 175 (68.75% from 255 or 27.13% from 645); Blue value is 249 (97.66% from 255 or 38.60% from 645); Max value from RGB is 249 - color contains mainly: blue. Hex color #DDAFF9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DDAFF9 is #225006. Grayscale: #C4C4C4. Windows color (decimal): -2248711 or 16363485. OLE color: 16363485.

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

Color convert

RGB221175249-
CMYK0.110.3000.02
HSL277.3º86.05%83.14%-
HSV(B)277.3º29.72%97.65%-
XYZ62.2552.8796.55-
YUV197.19157.24144.98-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.26%
GREEN value IS 175 (68.75% from 255) = 27.13%
BLUE value IS 249 (97.66% from 255) = 38.60%
R=34.26%
G=27.13%
B=38.60%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2211752490.110.3000.02277.386.0583.14
HexDDAFF9B1E021155653
Octal335257371133602425126123
Binary11011101101011111111100110111111001010001010110101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDAFF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDAFF9; }

 p { color: rgb(221,175,249); }

 H1.HeaderClassName
 {
   color: #DDAFF9;
 }
 .AnyTagClassName
 {
   color: #DDAFF9;
 }
</style>
background-color css

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

 a { background-color: rgb(221,175,249); }

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

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

 span { border-color: rgb(221,175,249); }

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