#DDB6EB

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

Shades of Mauve #DDB6EB

Tints of Mauve #DDB6EB

Color information

#DDB6EB (or 0xDDB6EB) is unknown color: approx Mauve. HEX triplet: DD, B6 and EB. RGB value is (221,182,235). Sum of RGB (Red+Green+Blue) = 221+182+235=638 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.64% from 638); Green value is 182 (71.48% from 255 or 28.53% from 638); Blue value is 235 (92.19% from 255 or 36.83% from 638); Max value from RGB is 235 - color contains mainly: blue. Hex color #DDB6EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDB6EB is #224914. Grayscale: #C7C7C7. Windows color (decimal): -2246933 or 15447773. OLE color: 15447773.

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

Color convert

RGB221182235-
CMYK0.060.2300.08
HSL284.15º56.99%81.76%-
HSV(B)284.15º22.55%92.16%-
XYZ61.5454.8385.94-
YUV199.7147.92143.19-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.64%
GREEN value IS 182 (71.48% from 255) = 28.53%
BLUE value IS 235 (92.19% from 255) = 36.83%
R=34.64%
G=28.53%
B=36.83%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2211822350.060.2300.08284.1556.9981.76
HexDDB6EB6170811c3952
Octal33526635362701043471122
Binary11011101101101101110101111010111010001000111001110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB6EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB6EB; }

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

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

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

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

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

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

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

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