#DDBAE9

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

Shades of Mauve #DDBAE9

Tints of Mauve #DDBAE9

Color information

#DDBAE9 (or 0xDDBAE9) is unknown color: approx Mauve. HEX triplet: DD, BA and E9. RGB value is (221,186,233). Sum of RGB (Red+Green+Blue) = 221+186+233=640 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.53% from 640); Green value is 186 (73.05% from 255 or 29.06% from 640); Blue value is 233 (91.41% from 255 or 36.41% from 640); Max value from RGB is 233 - color contains mainly: blue. Hex color #DDBAE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDBAE9 is #224516. Grayscale: #C9C9C9. Windows color (decimal): -2245911 or 15317725. OLE color: 15317725.

HSL color Cylindrical-coordinate representation of color #DDBAE9: hue angle of 284.68º degrees, saturation: 0.52, 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 #DDBAE9 is Cyan = 0.05, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB221186233-
CMYK0.050.2000.09
HSL284.68º51.65%82.16%-
HSV(B)284.68º20.17%91.37%-
XYZ62.0956.3784.7-
YUV201.82145.6141.68-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.53%
GREEN value IS 186 (73.05% from 255) = 29.06%
BLUE value IS 233 (91.41% from 255) = 36.41%
R=34.53%
G=29.06%
B=36.41%

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
Decimal2211862330.050.2000.09284.6851.6582.16
HexDDBAE95140911d3452
Octal33527235152401143564122
Binary11011101101110101110100110110100010011000111011101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDBAE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDBAE9; }

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

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

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

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

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

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

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

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