#DDB9FB

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

Shades of Mauve #DDB9FB

Tints of Mauve #DDB9FB

Color information

#DDB9FB (or 0xDDB9FB) is unknown color: approx Mauve. HEX triplet: DD, B9 and FB. RGB value is (221,185,251). Sum of RGB (Red+Green+Blue) = 221+185+251=657 (87% of max value = 765). Red value is 221 (86.72% from 255 or 33.64% from 657); Green value is 185 (72.66% from 255 or 28.16% from 657); Blue value is 251 (98.44% from 255 or 38.20% from 657); Max value from RGB is 251 - color contains mainly: blue. Hex color #DDB9FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDB9FB is #224604. Grayscale: #CBCBCB. Windows color (decimal): -2246149 or 16497117. OLE color: 16497117.

HSL color Cylindrical-coordinate representation of color #DDB9FB: hue angle of 272.73º degrees, saturation: 0.89, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DDB9FB is Cyan = 0.12, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB221185251-
CMYK0.120.2600.02
HSL272.73º89.19%85.49%-
HSV(B)272.73º26.29%98.43%-
XYZ64.5857.0498.87-
YUV203.29154.93140.63-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 33.64%
GREEN value IS 185 (72.66% from 255) = 28.16%
BLUE value IS 251 (98.44% from 255) = 38.20%
R=33.64%
G=28.16%
B=38.20%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2211852510.120.2600.02272.7389.1985.49
HexDDB9FBC1A021115955
Octal335271373143202421131125
Binary11011101101110011111101111001101001010001000110110011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB9FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB9FB; }

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

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

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

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

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

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

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

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