#DDC1FA

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

Shades of Mauve #DDC1FA

Tints of Mauve #DDC1FA

Color information

#DDC1FA (or 0xDDC1FA) is unknown color: approx Mauve. HEX triplet: DD, C1 and FA. RGB value is (221,193,250). Sum of RGB (Red+Green+Blue) = 221+193+250=664 (87% of max value = 765). Red value is 221 (86.72% from 255 or 33.28% from 664); Green value is 193 (75.78% from 255 or 29.07% from 664); Blue value is 250 (98.05% from 255 or 37.65% from 664); Max value from RGB is 250 - color contains mainly: blue. Hex color #DDC1FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDC1FA is #223E05. Grayscale: #CFCFCF. Windows color (decimal): -2244102 or 16433629. OLE color: 16433629.

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

Color convert

RGB221193250-
CMYK0.120.2300.02
HSL269.47º85.07%86.86%-
HSV(B)269.47º22.8%98.04%-
XYZ66.1460.4198.62-
YUV207.87151.78137.37-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 33.28%
GREEN value IS 193 (75.78% from 255) = 29.07%
BLUE value IS 250 (98.05% from 255) = 37.65%
R=33.28%
G=29.07%
B=37.65%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2211932500.120.2300.02269.4785.0786.86
HexDDC1FAC170210d5557
Octal335301372142702415125127
Binary11011101110000011111101011001011101010000110110101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC1FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC1FA; }

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

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

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

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

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

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

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

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