#DDB9FE

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

Shades of Mauve #DDB9FE

Tints of Mauve #DDB9FE

Color information

#DDB9FE (or 0xDDB9FE) is unknown color: approx Mauve. HEX triplet: DD, B9 and FE. RGB value is (221,185,254). Sum of RGB (Red+Green+Blue) = 221+185+254=660 (87% of max value = 765). Red value is 221 (86.72% from 255 or 33.48% from 660); Green value is 185 (72.66% from 255 or 28.03% from 660); Blue value is 254 (99.61% from 255 or 38.48% from 660); Max value from RGB is 254 - color contains mainly: blue. Hex color #DDB9FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDB9FE is #224601. Grayscale: #CBCBCB. Windows color (decimal): -2246146 or 16693725. OLE color: 16693725.

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

Color convert

RGB221185254-
CMYK0.130.2700.00
HSL271.3º97.18%86.08%-
HSV(B)271.3º27.17%99.61%-
XYZ65.0657.23101.38-
YUV203.63156.43140.39-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 33.48%
GREEN value IS 185 (72.66% from 255) = 28.03%
BLUE value IS 254 (99.61% from 255) = 38.48%
R=33.48%
G=28.03%
B=38.48%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2211852540.130.2700.00271.397.1886.08
HexDDB9FED1B0010f6156
Octal335271376153300417141126
Binary1101110110111001111111101101110110010000111111000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB9FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB9FE; }

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

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

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

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

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

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

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

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