#DDABEB

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

Shades of Mauve #DDABEB

Tints of Mauve #DDABEB

Color information

#DDABEB (or 0xDDABEB) is unknown color: approx Mauve. HEX triplet: DD, AB and EB. RGB value is (221,171,235). Sum of RGB (Red+Green+Blue) = 221+171+235=627 (83% of max value = 765). Red value is 221 (86.72% from 255 or 35.25% from 627); Green value is 171 (67.19% from 255 or 27.27% from 627); Blue value is 235 (92.19% from 255 or 37.48% from 627); Max value from RGB is 235 - color contains mainly: blue. Hex color #DDABEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DDABEB is #225414. Grayscale: #C1C1C1. Windows color (decimal): -2249749 or 15444957. OLE color: 15444957.

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

Color convert

RGB221171235-
CMYK0.060.2700.08
HSL286.88º61.54%79.61%-
HSV(B)286.88º27.23%92.16%-
XYZ59.3850.585.21-
YUV193.25151.56147.8-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.25%
GREEN value IS 171 (67.19% from 255) = 27.27%
BLUE value IS 235 (92.19% from 255) = 37.48%
R=35.25%
G=27.27%
B=37.48%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2211712350.060.2700.08286.8861.5479.61
HexDDABEB61B0811f3e50
Octal33525335363301043776120
Binary11011101101010111110101111011011010001000111111111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDABEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDABEB; }

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

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

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

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

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

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

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

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