#DDACFD

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

Shades of Mauve #DDACFD

Tints of Mauve #DDACFD

Color information

#DDACFD (or 0xDDACFD) is unknown color: approx Mauve. HEX triplet: DD, AC and FD. RGB value is (221,172,253). Sum of RGB (Red+Green+Blue) = 221+172+253=646 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.21% from 646); Green value is 172 (67.58% from 255 or 26.63% from 646); Blue value is 253 (99.22% from 255 or 39.16% from 646); Max value from RGB is 253 - color contains mainly: blue. Hex color #DDACFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DDACFD is #225302. Grayscale: #C3C3C3. Windows color (decimal): -2249475 or 16624861. OLE color: 16624861.

HSL color Cylindrical-coordinate representation of color #DDACFD: hue angle of 276.3º 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 #DDACFD is Cyan = 0.13, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB221172253-
CMYK0.130.3200.01
HSL276.3º95.29%83.33%-
HSV(B)276.3º32.02%99.22%-
XYZ62.351.9799.68-
YUV195.89160.23145.91-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.21%
GREEN value IS 172 (67.58% from 255) = 26.63%
BLUE value IS 253 (99.22% from 255) = 39.16%
R=34.21%
G=26.63%
B=39.16%

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
Decimal2211722530.130.3200.01276.395.2983.33
HexDDACFDD20011145f53
Octal335254375154001424137123
Binary11011101101011001111110111011000000110001010010111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDACFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDACFD; }

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

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

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

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

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

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

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

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