#DDC0F7

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

Shades of Mauve #DDC0F7

Tints of Mauve #DDC0F7

Color information

#DDC0F7 (or 0xDDC0F7) is unknown color: approx Mauve. HEX triplet: DD, C0 and F7. RGB value is (221,192,247). Sum of RGB (Red+Green+Blue) = 221+192+247=660 (87% of max value = 765). Red value is 221 (86.72% from 255 or 33.48% from 660); Green value is 192 (75.39% from 255 or 29.09% from 660); Blue value is 247 (96.88% from 255 or 37.42% from 660); Max value from RGB is 247 - color contains mainly: blue. Hex color #DDC0F7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDC0F7 is #223F08. Grayscale: #CECECE. Windows color (decimal): -2244361 or 16236765. OLE color: 16236765.

HSL color Cylindrical-coordinate representation of color #DDC0F7: hue angle of 271.64º degrees, saturation: 0.77, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DDC0F7 is Cyan = 0.11, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB221192247-
CMYK0.110.2200.03
HSL271.64º77.46%86.08%-
HSV(B)271.64º22.27%96.86%-
XYZ65.4659.7996.09-
YUV206.94150.61138.03-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 33.48%
GREEN value IS 192 (75.39% from 255) = 29.09%
BLUE value IS 247 (96.88% from 255) = 37.42%
R=33.48%
G=29.09%
B=37.42%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2211922470.110.2200.03271.6477.4686.08
HexDDC0F7B16031104d56
Octal335300367132603420115126
Binary11011101110000001111011110111011001110001000010011011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC0F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC0F7; }

 p { color: rgb(221,192,247); }

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

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

 a { background-color: rgb(221,192,247); }

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

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

 span { border-color: rgb(221,192,247); }

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