#DDBAEA

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

Shades of Mauve #DDBAEA

Tints of Mauve #DDBAEA

Color information

#DDBAEA (or 0xDDBAEA) is unknown color: approx Mauve. HEX triplet: DD, BA and EA. RGB value is (221,186,234). Sum of RGB (Red+Green+Blue) = 221+186+234=641 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.48% from 641); Green value is 186 (73.05% from 255 or 29.02% from 641); Blue value is 234 (91.80% from 255 or 36.51% from 641); Max value from RGB is 234 - color contains mainly: blue. Hex color #DDBAEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDBAEA is #224515. Grayscale: #C9C9C9. Windows color (decimal): -2245910 or 15383261. OLE color: 15383261.

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

Color convert

RGB221186234-
CMYK0.060.2100.08
HSL283.75º53.33%82.35%-
HSV(B)283.75º20.51%91.76%-
XYZ62.2356.4385.45-
YUV201.94146.1141.6-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.48%
GREEN value IS 186 (73.05% from 255) = 29.02%
BLUE value IS 234 (91.80% from 255) = 36.51%
R=34.48%
G=29.02%
B=36.51%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2211862340.060.2100.08283.7553.3382.35
HexDDBAEA6150811c3552
Octal33527235262501043465122
Binary11011101101110101110101011010101010001000111001101011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDBAEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDBAEA; }

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

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

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

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

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

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

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

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