#DDB8E9

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

Shades of Mauve #DDB8E9

Tints of Mauve #DDB8E9

Color information

#DDB8E9 (or 0xDDB8E9) is unknown color: approx Mauve. HEX triplet: DD, B8 and E9. RGB value is (221,184,233). Sum of RGB (Red+Green+Blue) = 221+184+233=638 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.64% from 638); Green value is 184 (72.27% from 255 or 28.84% from 638); Blue value is 233 (91.41% from 255 or 36.52% from 638); Max value from RGB is 233 - color contains mainly: blue. Hex color #DDB8E9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDB8E9 is #224716. Grayscale: #C8C8C8. Windows color (decimal): -2246423 or 15317213. OLE color: 15317213.

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

Color convert

RGB221184233-
CMYK0.050.2100.09
HSL285.31º52.69%81.76%-
HSV(B)285.31º21.03%91.37%-
XYZ61.6755.5484.56-
YUV200.65146.26142.52-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.64%
GREEN value IS 184 (72.27% from 255) = 28.84%
BLUE value IS 233 (91.41% from 255) = 36.52%
R=34.64%
G=28.84%
B=36.52%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2211842330.050.2100.09285.3152.6981.76
HexDDB8E95150911d3552
Octal33527035152501143565122
Binary11011101101110001110100110110101010011000111011101011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB8E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB8E9; }

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

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

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

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

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

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

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

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