#DDB9FF

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

Shades of Mauve #DDB9FF

Tints of Mauve #DDB9FF

Color information

#DDB9FF (or 0xDDB9FF) is unknown color: approx Mauve. HEX triplet: DD, B9 and FF. RGB value is (221,185,255). Sum of RGB (Red+Green+Blue) = 221+185+255=661 (87% of max value = 765). Red value is 221 (86.72% from 255 or 33.43% from 661); Green value is 185 (72.66% from 255 or 27.99% from 661); Blue value is 255 (100% from 255 or 38.58% from 661); Max value from RGB is 255 - color contains mainly: blue. Hex color #DDB9FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDB9FF is #224600. Grayscale: #CBCBCB. Windows color (decimal): -2246145 or 16759261. OLE color: 16759261.

HSL color Cylindrical-coordinate representation of color #DDB9FF: hue angle of 270.86º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DDB9FF is Cyan = 0.13, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB221185255-
CMYK0.130.2700
HSL270.86º100%86.27%-
HSV(B)270.86º27.45%100%-
XYZ65.2257.29102.23-
YUV203.74156.93140.31-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 33.43%
GREEN value IS 185 (72.66% from 255) = 27.99%
BLUE value IS 255 (100% from 255) = 38.58%
R=33.43%
G=27.99%
B=38.58%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2211852550.130.2700270.8610086.27
HexDDB9FFD1B0010f6456
Octal335271377153300417144126
Binary1101110110111001111111111101110110010000111111001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB9FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB9FF; }

 p { color: rgb(221,185,255); }

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

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

 a { background-color: rgb(221,185,255); }

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

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

 span { border-color: rgb(221,185,255); }

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