#DDC0FF

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

Shades of Mauve #DDC0FF

Tints of Mauve #DDC0FF

Color information

#DDC0FF (or 0xDDC0FF) is unknown color: approx Mauve. HEX triplet: DD, C0 and FF. RGB value is (221,192,255). Sum of RGB (Red+Green+Blue) = 221+192+255=668 (88% of max value = 765). Red value is 221 (86.72% from 255 or 33.08% from 668); Green value is 192 (75.39% from 255 or 28.74% from 668); Blue value is 255 (100% from 255 or 38.17% from 668); Max value from RGB is 255 - color contains mainly: blue. Hex color #DDC0FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDC0FF is #223F00. Grayscale: #CFCFCF. Windows color (decimal): -2244353 or 16761053. OLE color: 16761053.

HSL color Cylindrical-coordinate representation of color #DDC0FF: hue angle of 267.62º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DDC0FF is Cyan = 0.13, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB221192255-
CMYK0.130.2500
HSL267.62º100%87.65%-
HSV(B)267.62º24.71%100%-
XYZ66.7260.29102.73-
YUV207.85154.61137.38-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 33.08%
GREEN value IS 192 (75.39% from 255) = 28.74%
BLUE value IS 255 (100% from 255) = 38.17%
R=33.08%
G=28.74%
B=38.17%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2211922550.130.2500267.6210087.65
HexDDC0FFD190010c6458
Octal335300377153100414144130
Binary1101110111000000111111111101110010010000110011001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC0FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC0FF; }

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

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

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

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

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

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

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

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