#DDC1FD

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

Shades of Mauve #DDC1FD

Tints of Mauve #DDC1FD

Color information

#DDC1FD (or 0xDDC1FD) is unknown color: approx Mauve. HEX triplet: DD, C1 and FD. RGB value is (221,193,253). Sum of RGB (Red+Green+Blue) = 221+193+253=667 (88% of max value = 765). Red value is 221 (86.72% from 255 or 33.13% from 667); Green value is 193 (75.78% from 255 or 28.94% from 667); Blue value is 253 (99.22% from 255 or 37.93% from 667); Max value from RGB is 253 - color contains mainly: blue. Hex color #DDC1FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDC1FD is #223E02. Grayscale: #D0D0D0. Windows color (decimal): -2244099 or 16630237. OLE color: 16630237.

HSL color Cylindrical-coordinate representation of color #DDC1FD: hue angle of 268º 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 #DDC1FD is Cyan = 0.13, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB221193253-
CMYK0.130.2400.01
HSL268º93.75%87.45%-
HSV(B)268º23.72%99.22%-
XYZ66.6260.6101.12-
YUV208.21153.28137.12-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 33.13%
GREEN value IS 193 (75.78% from 255) = 28.94%
BLUE value IS 253 (99.22% from 255) = 37.93%
R=33.13%
G=28.94%
B=37.93%

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
Decimal2211932530.130.2400.0126893.7587.45
HexDDC1FDD180110c5e57
Octal335301375153001414136127
Binary1101110111000001111111011101110000110000110010111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC1FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC1FD; }

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

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

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

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

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

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

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

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