#DDC2FD

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

Shades of Mauve #DDC2FD

Tints of Mauve #DDC2FD

Color information

#DDC2FD (or 0xDDC2FD) is unknown color: approx Mauve. HEX triplet: DD, C2 and FD. RGB value is (221,194,253). Sum of RGB (Red+Green+Blue) = 221+194+253=668 (88% of max value = 765). Red value is 221 (86.72% from 255 or 33.08% from 668); Green value is 194 (76.17% from 255 or 29.04% from 668); Blue value is 253 (99.22% from 255 or 37.87% from 668); Max value from RGB is 253 - color contains mainly: blue. Hex color #DDC2FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDC2FD is #223D02. Grayscale: #D0D0D0. Windows color (decimal): -2243843 or 16630493. OLE color: 16630493.

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

Color convert

RGB221194253-
CMYK0.130.2300.01
HSL267.46º93.65%87.65%-
HSV(B)267.46º23.32%99.22%-
XYZ66.8461.05101.19-
YUV208.8152.95136.7-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 33.08%
GREEN value IS 194 (76.17% from 255) = 29.04%
BLUE value IS 253 (99.22% from 255) = 37.87%
R=33.08%
G=29.04%
B=37.87%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2211942530.130.2300.01267.4693.6587.65
HexDDC2FDD170110b5e58
Octal335302375152701413136130
Binary1101110111000010111111011101101110110000101110111101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC2FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC2FD; }

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

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

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

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

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

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

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

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