#DDBCF9

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

Shades of Mauve #DDBCF9

Tints of Mauve #DDBCF9

Color information

#DDBCF9 (or 0xDDBCF9) is unknown color: approx Mauve. HEX triplet: DD, BC and F9. RGB value is (221,188,249). Sum of RGB (Red+Green+Blue) = 221+188+249=658 (87% of max value = 765). Red value is 221 (86.72% from 255 or 33.59% from 658); Green value is 188 (73.83% from 255 or 28.57% from 658); Blue value is 249 (97.66% from 255 or 37.84% from 658); Max value from RGB is 249 - color contains mainly: blue. Hex color #DDBCF9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDBCF9 is #224306. Grayscale: #CCCCCC. Windows color (decimal): -2245383 or 16366813. OLE color: 16366813.

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

Color convert

RGB221188249-
CMYK0.110.2400.02
HSL272.46º83.56%85.69%-
HSV(B)272.46º24.5%97.65%-
XYZ64.958.1897.43-
YUV204.82152.93139.54-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 33.59%
GREEN value IS 188 (73.83% from 255) = 28.57%
BLUE value IS 249 (97.66% from 255) = 37.84%
R=33.59%
G=28.57%
B=37.84%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2211882490.110.2400.02272.4683.5685.69
HexDDBCF9B18021105456
Octal335274371133002420124126
Binary11011101101111001111100110111100001010001000010101001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDBCF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDBCF9; }

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

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

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

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

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

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

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

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