#DDAFF0

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

Shades of Mauve #DDAFF0

Tints of Mauve #DDAFF0

Color information

#DDAFF0 (or 0xDDAFF0) is unknown color: approx Mauve. HEX triplet: DD, AF and F0. RGB value is (221,175,240). Sum of RGB (Red+Green+Blue) = 221+175+240=636 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.75% from 636); Green value is 175 (68.75% from 255 or 27.52% from 636); Blue value is 240 (94.14% from 255 or 37.74% from 636); Max value from RGB is 240 - color contains mainly: blue. Hex color #DDAFF0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DDAFF0 is #22500F. Grayscale: #C3C3C3. Windows color (decimal): -2248720 or 15773661. OLE color: 15773661.

HSL color Cylindrical-coordinate representation of color #DDAFF0: hue angle of 282.46º degrees, saturation: 0.68, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DDAFF0 is Cyan = 0.08, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB221175240-
CMYK0.080.2700.06
HSL282.46º68.42%81.37%-
HSV(B)282.46º27.08%94.12%-
XYZ60.8852.3289.33-
YUV196.16152.74145.71-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.75%
GREEN value IS 175 (68.75% from 255) = 27.52%
BLUE value IS 240 (94.14% from 255) = 37.74%
R=34.75%
G=27.52%
B=37.74%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2211752400.080.2700.06282.4668.4281.37
HexDDAFF081B0611a4451
Octal335257360103306432104121
Binary110111011010111111110000100011011011010001101010001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDAFF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDAFF0; }

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

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

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

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

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

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

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

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