#DDC0FD

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

Shades of Mauve #DDC0FD

Tints of Mauve #DDC0FD

Color information

#DDC0FD (or 0xDDC0FD) is unknown color: approx Mauve. HEX triplet: DD, C0 and FD. RGB value is (221,192,253). Sum of RGB (Red+Green+Blue) = 221+192+253=666 (88% of max value = 765). Red value is 221 (86.72% from 255 or 33.18% from 666); Green value is 192 (75.39% from 255 or 28.83% from 666); Blue value is 253 (99.22% from 255 or 37.99% from 666); Max value from RGB is 253 - color contains mainly: blue. Hex color #DDC0FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDC0FD is #223F02. Grayscale: #CFCFCF. Windows color (decimal): -2244355 or 16629981. OLE color: 16629981.

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

Color convert

RGB221192253-
CMYK0.130.2400.01
HSL268.52º93.85%87.25%-
HSV(B)268.52º24.11%99.22%-
XYZ66.460.16101.04-
YUV207.62153.61137.54-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 33.18%
GREEN value IS 192 (75.39% from 255) = 28.83%
BLUE value IS 253 (99.22% from 255) = 37.99%
R=33.18%
G=28.83%
B=37.99%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2211922530.130.2400.01268.5293.8587.25
HexDDC0FDD180110d5e57
Octal335300375153001415136127
Binary1101110111000000111111011101110000110000110110111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC0FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC0FD; }

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

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

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

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

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

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

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

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