#DDBBEB

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

Shades of Mauve #DDBBEB

Tints of Mauve #DDBBEB

Color information

#DDBBEB (or 0xDDBBEB) is unknown color: approx Mauve. HEX triplet: DD, BB and EB. RGB value is (221,187,235). Sum of RGB (Red+Green+Blue) = 221+187+235=643 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.37% from 643); Green value is 187 (73.44% from 255 or 29.08% from 643); Blue value is 235 (92.19% from 255 or 36.55% from 643); Max value from RGB is 235 - color contains mainly: blue. Hex color #DDBBEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDBBEB is #224414. Grayscale: #CACACA. Windows color (decimal): -2245653 or 15449053. OLE color: 15449053.

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

Color convert

RGB221187235-
CMYK0.060.2000.08
HSL282.5º54.55%82.75%-
HSV(B)282.5º20.43%92.16%-
XYZ62.5856.9186.28-
YUV202.64146.26141.1-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.37%
GREEN value IS 187 (73.44% from 255) = 29.08%
BLUE value IS 235 (92.19% from 255) = 36.55%
R=34.37%
G=29.08%
B=36.55%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2211872350.060.2000.08282.554.5582.75
HexDDBBEB6140811a3753
Octal33527335362401043267123
Binary11011101101110111110101111010100010001000110101101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDBBEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDBBEB; }

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

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

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

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

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

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

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

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