#DDC1FC

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

Shades of Mauve #DDC1FC

Tints of Mauve #DDC1FC

Color information

#DDC1FC (or 0xDDC1FC) is unknown color: approx Mauve. HEX triplet: DD, C1 and FC. RGB value is (221,193,252). Sum of RGB (Red+Green+Blue) = 221+193+252=666 (88% of max value = 765). Red value is 221 (86.72% from 255 or 33.18% from 666); Green value is 193 (75.78% from 255 or 28.98% from 666); Blue value is 252 (98.83% from 255 or 37.84% from 666); Max value from RGB is 252 - color contains mainly: blue. Hex color #DDC1FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDC1FC is #223E03. Grayscale: #CFCFCF. Windows color (decimal): -2244100 or 16564701. OLE color: 16564701.

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

Color convert

RGB221193252-
CMYK0.120.2300.01
HSL268.47º90.77%87.25%-
HSV(B)268.47º23.41%98.82%-
XYZ66.4660.54100.28-
YUV208.1152.78137.2-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 33.18%
GREEN value IS 193 (75.78% from 255) = 28.98%
BLUE value IS 252 (98.83% from 255) = 37.84%
R=33.18%
G=28.98%
B=37.84%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2211932520.120.2300.01268.4790.7787.25
HexDDC1FCC170110c5b57
Octal335301374142701414133127
Binary1101110111000001111111001100101110110000110010110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC1FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC1FC; }

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

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

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

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

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

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

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

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