#DDB8EC

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

Shades of Mauve #DDB8EC

Tints of Mauve #DDB8EC

Color information

#DDB8EC (or 0xDDB8EC) is unknown color: approx Mauve. HEX triplet: DD, B8 and EC. RGB value is (221,184,236). Sum of RGB (Red+Green+Blue) = 221+184+236=641 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.48% from 641); Green value is 184 (72.27% from 255 or 28.71% from 641); Blue value is 236 (92.58% from 255 or 36.82% from 641); Max value from RGB is 236 - color contains mainly: blue. Hex color #DDB8EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDB8EC is #224713. Grayscale: #C8C8C8. Windows color (decimal): -2246420 or 15513821. OLE color: 15513821.

HSL color Cylindrical-coordinate representation of color #DDB8EC: hue angle of 282.69º degrees, saturation: 0.58, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DDB8EC is Cyan = 0.06, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB221184236-
CMYK0.060.2200.07
HSL282.69º57.78%82.35%-
HSV(B)282.69º22.03%92.55%-
XYZ62.155.7186.84-
YUV200.99147.76142.27-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.48%
GREEN value IS 184 (72.27% from 255) = 28.71%
BLUE value IS 236 (92.58% from 255) = 36.82%
R=34.48%
G=28.71%
B=36.82%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2211842360.060.2200.07282.6957.7882.35
HexDDB8EC6160711b3a52
Octal3352703546260743372122
Binary1101110110111000111011001101011001111000110111110101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB8EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB8EC; }

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

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

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

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

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

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

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

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