#ddb7eb

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

Shades of Mauve #DDB7EB

Tints of Mauve #DDB7EB

Color information

#DDB7EB (or 0xDDB7EB) is unknown color: approx Mauve. HEX triplet: DD, B7 and EB. RGB value is (221,183,235). Sum of RGB (Red+Green+Blue) = 221+183+235=639 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.59% from 639); Green value is 183 (71.88% from 255 or 28.64% from 639); Blue value is 235 (92.19% from 255 or 36.78% from 639); Max value from RGB is 235 - color contains mainly: blue. Hex color #DDB7EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDB7EB is #224814. Grayscale: #C8C8C8. Windows color (decimal): -2246677 or 15448029. OLE color: 15448029.

HSL color Cylindrical-coordinate representation of color #DDB7EB: hue angle of 283.85º degrees, saturation: 0.57, 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 #DDB7EB is Cyan = 0.06, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB221183235-
CMYK0.060.2200.08
HSL283.85º56.52%81.96%-
HSV(B)283.85º22.13%92.16%-
XYZ61.7555.2486-
YUV200.29147.59142.77-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.59%
GREEN value IS 183 (71.88% from 255) = 28.64%
BLUE value IS 235 (92.19% from 255) = 36.78%
R=34.59%
G=28.64%
B=36.78%

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
Decimal2211832350.060.2200.08283.8556.5281.96
HexDDB7EB6160811c3952
Octal33526735362601043471122
Binary11011101101101111110101111010110010001000111001110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ddb7eb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ddb7eb; }

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

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

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

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

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

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

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

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