#DDB7EA

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

Shades of Mauve #DDB7EA

Tints of Mauve #DDB7EA

Color information

#DDB7EA (or 0xDDB7EA) is unknown color: approx Mauve. HEX triplet: DD, B7 and EA. RGB value is (221,183,234). Sum of RGB (Red+Green+Blue) = 221+183+234=638 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.64% from 638); Green value is 183 (71.88% from 255 or 28.68% from 638); Blue value is 234 (91.80% from 255 or 36.68% from 638); Max value from RGB is 234 - color contains mainly: blue. Hex color #DDB7EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDB7EA is #224815. Grayscale: #C8C8C8. Windows color (decimal): -2246678 or 15382493. OLE color: 15382493.

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

Color convert

RGB221183234-
CMYK0.060.2200.08
HSL284.71º54.84%81.76%-
HSV(B)284.71º21.79%91.76%-
XYZ61.655.1885.25-
YUV200.18147.09142.85-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.64%
GREEN value IS 183 (71.88% from 255) = 28.68%
BLUE value IS 234 (91.80% from 255) = 36.68%
R=34.64%
G=28.68%
B=36.68%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2211832340.060.2200.08284.7154.8481.76
HexDDB7EA6160811d3752
Octal33526735262601043567122
Binary11011101101101111110101011010110010001000111011101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB7EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB7EA; }

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

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

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

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

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

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

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

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