#DDB8EB

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

Shades of Mauve #DDB8EB

Tints of Mauve #DDB8EB

Color information

#DDB8EB (or 0xDDB8EB) is unknown color: approx Mauve. HEX triplet: DD, B8 and EB. RGB value is (221,184,235). Sum of RGB (Red+Green+Blue) = 221+184+235=640 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.53% from 640); Green value is 184 (72.27% from 255 or 28.75% from 640); Blue value is 235 (92.19% from 255 or 36.72% from 640); Max value from RGB is 235 - color contains mainly: blue. Hex color #DDB8EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDB8EB is #224714. Grayscale: #C8C8C8. Windows color (decimal): -2246421 or 15448285. OLE color: 15448285.

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

Color convert

RGB221184235-
CMYK0.060.2200.08
HSL283.53º56.04%82.16%-
HSV(B)283.53º21.7%92.16%-
XYZ61.9555.6586.07-
YUV200.88147.26142.35-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.53%
GREEN value IS 184 (72.27% from 255) = 28.75%
BLUE value IS 235 (92.19% from 255) = 36.72%
R=34.53%
G=28.75%
B=36.72%

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
Decimal2211842350.060.2200.08283.5356.0482.16
HexDDB8EB6160811c3852
Octal33527035362601043470122
Binary11011101101110001110101111010110010001000111001110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB8EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB8EB; }

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

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

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

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

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

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

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

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