#DDC0F9

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

Shades of Mauve #DDC0F9

Tints of Mauve #DDC0F9

Color information

#DDC0F9 (or 0xDDC0F9) is unknown color: approx Mauve. HEX triplet: DD, C0 and F9. RGB value is (221,192,249). Sum of RGB (Red+Green+Blue) = 221+192+249=662 (87% of max value = 765). Red value is 221 (86.72% from 255 or 33.38% from 662); Green value is 192 (75.39% from 255 or 29.00% from 662); Blue value is 249 (97.66% from 255 or 37.61% from 662); Max value from RGB is 249 - color contains mainly: blue. Hex color #DDC0F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDC0F9 is #223F06. Grayscale: #CECECE. Windows color (decimal): -2244359 or 16367837. OLE color: 16367837.

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

Color convert

RGB221192249-
CMYK0.110.2300.02
HSL270.53º82.61%86.47%-
HSV(B)270.53º22.89%97.65%-
XYZ65.7759.9197.72-
YUV207.17151.61137.87-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 33.38%
GREEN value IS 192 (75.39% from 255) = 29.00%
BLUE value IS 249 (97.66% from 255) = 37.61%
R=33.38%
G=29.00%
B=37.61%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2211922490.110.2300.02270.5382.6186.47
HexDDC0F9B170210f5356
Octal335300371132702417123126
Binary11011101110000001111100110111011101010000111110100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC0F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC0F9; }

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

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

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

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

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

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

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

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