#DDAFFD

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

Shades of Mauve #DDAFFD

Tints of Mauve #DDAFFD

Color information

#DDAFFD (or 0xDDAFFD) is unknown color: approx Mauve. HEX triplet: DD, AF and FD. RGB value is (221,175,253). Sum of RGB (Red+Green+Blue) = 221+175+253=649 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.05% from 649); Green value is 175 (68.75% from 255 or 26.96% from 649); Blue value is 253 (99.22% from 255 or 38.98% from 649); Max value from RGB is 253 - color contains mainly: blue. Hex color #DDAFFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DDAFFD is #225002. Grayscale: #C5C5C5. Windows color (decimal): -2248707 or 16625629. OLE color: 16625629.

HSL color Cylindrical-coordinate representation of color #DDAFFD: hue angle of 275.38º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DDAFFD is Cyan = 0.13, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB221175253-
CMYK0.130.3100.01
HSL275.38º95.12%83.92%-
HSV(B)275.38º30.83%99.22%-
XYZ62.8853.1299.87-
YUV197.65159.24144.66-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.05%
GREEN value IS 175 (68.75% from 255) = 26.96%
BLUE value IS 253 (99.22% from 255) = 38.98%
R=34.05%
G=26.96%
B=38.98%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2211752530.130.3100.01275.3895.1283.92
HexDDAFFDD1F011135f54
Octal335257375153701423137124
Binary1101110110101111111111011101111110110001001110111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDAFFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDAFFD; }

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

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

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

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

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

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

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

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