#DDB6EE

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

Shades of Mauve #DDB6EE

Tints of Mauve #DDB6EE

Color information

#DDB6EE (or 0xDDB6EE) is unknown color: approx Mauve. HEX triplet: DD, B6 and EE. RGB value is (221,182,238). Sum of RGB (Red+Green+Blue) = 221+182+238=641 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.48% from 641); Green value is 182 (71.48% from 255 or 28.39% from 641); Blue value is 238 (93.36% from 255 or 37.13% from 641); Max value from RGB is 238 - color contains mainly: blue. Hex color #DDB6EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDB6EE is #224911. Grayscale: #C7C7C7. Windows color (decimal): -2246930 or 15644381. OLE color: 15644381.

HSL color Cylindrical-coordinate representation of color #DDB6EE: hue angle of 281.79º degrees, saturation: 0.62, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DDB6EE is Cyan = 0.07, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB221182238-
CMYK0.070.2400.07
HSL281.79º62.22%82.35%-
HSV(B)281.79º23.53%93.33%-
XYZ61.985588.24-
YUV200.04149.42142.95-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.48%
GREEN value IS 182 (71.48% from 255) = 28.39%
BLUE value IS 238 (93.36% from 255) = 37.13%
R=34.48%
G=28.39%
B=37.13%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2211822380.070.2400.07281.7962.2282.35
HexDDB6EE7180711a3e52
Octal3352663567300743276122
Binary1101110110110110111011101111100001111000110101111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB6EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB6EE; }

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

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

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

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

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

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

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

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