#DDC2FF

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

Shades of Mauve #DDC2FF

Tints of Mauve #DDC2FF

Color information

#DDC2FF (or 0xDDC2FF) is unknown color: approx Mauve. HEX triplet: DD, C2 and FF. RGB value is (221,194,255). Sum of RGB (Red+Green+Blue) = 221+194+255=670 (88% of max value = 765). Red value is 221 (86.72% from 255 or 32.99% from 670); Green value is 194 (76.17% from 255 or 28.96% from 670); Blue value is 255 (100% from 255 or 38.06% from 670); Max value from RGB is 255 - color contains mainly: blue. Hex color #DDC2FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDC2FF is #223D00. Grayscale: #D0D0D0. Windows color (decimal): -2243841 or 16761565. OLE color: 16761565.

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

Color convert

RGB221194255-
CMYK0.130.2400
HSL266.56º100%88.04%-
HSV(B)266.56º23.92%100%-
XYZ67.1661.18102.88-
YUV209.03153.95136.54-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 32.99%
GREEN value IS 194 (76.17% from 255) = 28.96%
BLUE value IS 255 (100% from 255) = 38.06%
R=32.99%
G=28.96%
B=38.06%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2211942550.130.2400266.5610088.04
HexDDC2FFD180010b6458
Octal335302377153000413144130
Binary1101110111000010111111111101110000010000101111001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC2FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC2FF; }

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

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

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

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

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

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

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

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