#DDABFD

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

Shades of Mauve #DDABFD

Tints of Mauve #DDABFD

Color information

#DDABFD (or 0xDDABFD) is unknown color: approx Mauve. HEX triplet: DD, AB and FD. RGB value is (221,171,253). Sum of RGB (Red+Green+Blue) = 221+171+253=645 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.26% from 645); Green value is 171 (67.19% from 255 or 26.51% from 645); Blue value is 253 (99.22% from 255 or 39.22% from 645); Max value from RGB is 253 - color contains mainly: blue. Hex color #DDABFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DDABFD is #225402. Grayscale: #C3C3C3. Windows color (decimal): -2249731 or 16624605. OLE color: 16624605.

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

Color convert

RGB221171253-
CMYK0.130.3200.01
HSL276.59º95.35%83.14%-
HSV(B)276.59º32.41%99.22%-
XYZ62.1151.5999.61-
YUV195.3160.56146.33-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.26%
GREEN value IS 171 (67.19% from 255) = 26.51%
BLUE value IS 253 (99.22% from 255) = 39.22%
R=34.26%
G=26.51%
B=39.22%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2211712530.130.3200.01276.5995.3583.14
HexDDABFDD20011155f53
Octal335253375154001425137123
Binary11011101101010111111110111011000000110001010110111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDABFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDABFD; }

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

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

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

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

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

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

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

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