#DDBDFB

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

Shades of Mauve #DDBDFB

Tints of Mauve #DDBDFB

Color information

#DDBDFB (or 0xDDBDFB) is unknown color: approx Mauve. HEX triplet: DD, BD and FB. RGB value is (221,189,251). Sum of RGB (Red+Green+Blue) = 221+189+251=661 (87% of max value = 765). Red value is 221 (86.72% from 255 or 33.43% from 661); Green value is 189 (74.22% from 255 or 28.59% from 661); Blue value is 251 (98.44% from 255 or 37.97% from 661); Max value from RGB is 251 - color contains mainly: blue. Hex color #DDBDFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDBDFB is #224204. Grayscale: #CDCDCD. Windows color (decimal): -2245125 or 16498141. OLE color: 16498141.

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

Color convert

RGB221189251-
CMYK0.120.2500.02
HSL270.97º88.57%86.27%-
HSV(B)270.97º24.7%98.43%-
XYZ65.4358.7399.15-
YUV205.64153.6138.96-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 33.43%
GREEN value IS 189 (74.22% from 255) = 28.59%
BLUE value IS 251 (98.44% from 255) = 37.97%
R=33.43%
G=28.59%
B=37.97%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2211892510.120.2500.02270.9788.5786.27
HexDDBDFBC190210f5956
Octal335275373143102417131126
Binary11011101101111011111101111001100101010000111110110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDBDFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDBDFB; }

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

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

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

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

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

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

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

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