#DDBBEA

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

Shades of Mauve #DDBBEA

Tints of Mauve #DDBBEA

Color information

#DDBBEA (or 0xDDBBEA) is unknown color: approx Mauve. HEX triplet: DD, BB and EA. RGB value is (221,187,234). Sum of RGB (Red+Green+Blue) = 221+187+234=642 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.42% from 642); Green value is 187 (73.44% from 255 or 29.13% from 642); Blue value is 234 (91.80% from 255 or 36.45% from 642); Max value from RGB is 234 - color contains mainly: blue. Hex color #DDBBEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDBBEA is #224415. Grayscale: #CACACA. Windows color (decimal): -2245654 or 15383517. OLE color: 15383517.

HSL color Cylindrical-coordinate representation of color #DDBBEA: hue angle of 283.4º degrees, saturation: 0.53, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DDBBEA is Cyan = 0.06, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB221187234-
CMYK0.060.2000.08
HSL283.4º52.81%82.55%-
HSV(B)283.4º20.09%91.76%-
XYZ62.4456.8585.52-
YUV202.52145.76141.18-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.42%
GREEN value IS 187 (73.44% from 255) = 29.13%
BLUE value IS 234 (91.80% from 255) = 36.45%
R=34.42%
G=29.13%
B=36.45%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2211872340.060.2000.08283.452.8182.55
HexDDBBEA6140811b3553
Octal33527335262401043365123
Binary11011101101110111110101011010100010001000110111101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDBBEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDBBEA; }

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

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

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

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

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

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

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

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