#DDADFD

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

Shades of Mauve #DDADFD

Tints of Mauve #DDADFD

Color information

#DDADFD (or 0xDDADFD) is unknown color: approx Mauve. HEX triplet: DD, AD and FD. RGB value is (221,173,253). Sum of RGB (Red+Green+Blue) = 221+173+253=647 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.16% from 647); Green value is 173 (67.97% from 255 or 26.74% from 647); Blue value is 253 (99.22% from 255 or 39.10% from 647); Max value from RGB is 253 - color contains mainly: blue. Hex color #DDADFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DDADFD is #225202. Grayscale: #C4C4C4. Windows color (decimal): -2249219 or 16625117. OLE color: 16625117.

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

Color convert

RGB221173253-
CMYK0.130.3200.01
HSL276º95.24%83.53%-
HSV(B)276º31.62%99.22%-
XYZ62.4952.3599.74-
YUV196.47159.9145.5-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.16%
GREEN value IS 173 (67.97% from 255) = 26.74%
BLUE value IS 253 (99.22% from 255) = 39.10%
R=34.16%
G=26.74%
B=39.10%

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
Decimal2211732530.130.3200.0127695.2483.53
HexDDADFDD20011145f54
Octal335255375154001424137124
Binary11011101101011011111110111011000000110001010010111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDADFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDADFD; }

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

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

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

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

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

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

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

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