#DDBBE9

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

Shades of Mauve #DDBBE9

Tints of Mauve #DDBBE9

Color information

#DDBBE9 (or 0xDDBBE9) is unknown color: approx Mauve. HEX triplet: DD, BB and E9. RGB value is (221,187,233). Sum of RGB (Red+Green+Blue) = 221+187+233=641 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.48% from 641); Green value is 187 (73.44% from 255 or 29.17% from 641); Blue value is 233 (91.41% from 255 or 36.35% from 641); Max value from RGB is 233 - color contains mainly: blue. Hex color #DDBBE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDBBE9 is #224416. Grayscale: #CACACA. Windows color (decimal): -2245655 or 15317981. OLE color: 15317981.

HSL color Cylindrical-coordinate representation of color #DDBBE9: hue angle of 284.35º degrees, saturation: 0.51, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DDBBE9 is Cyan = 0.05, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB221187233-
CMYK0.050.2000.09
HSL284.35º51.11%82.35%-
HSV(B)284.35º19.74%91.37%-
XYZ62.356.884.77-
YUV202.41145.26141.26-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.48%
GREEN value IS 187 (73.44% from 255) = 29.17%
BLUE value IS 233 (91.41% from 255) = 36.35%
R=34.48%
G=29.17%
B=36.35%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2211872330.050.2000.09284.3551.1182.35
HexDDBBE95140911c3352
Octal33527335152401143463122
Binary11011101101110111110100110110100010011000111001100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDBBE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDBBE9; }

 p { color: rgb(221,187,233); }

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

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

 a { background-color: rgb(221,187,233); }

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

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

 span { border-color: rgb(221,187,233); }

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