#DDB5F9

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

Shades of Mauve #DDB5F9

Tints of Mauve #DDB5F9

Color information

#DDB5F9 (or 0xDDB5F9) is unknown color: approx Mauve. HEX triplet: DD, B5 and F9. RGB value is (221,181,249). Sum of RGB (Red+Green+Blue) = 221+181+249=651 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.95% from 651); Green value is 181 (71.09% from 255 or 27.80% from 651); Blue value is 249 (97.66% from 255 or 38.25% from 651); Max value from RGB is 249 - color contains mainly: blue. Hex color #DDB5F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDB5F9 is #224A06. Grayscale: #C8C8C8. Windows color (decimal): -2247175 or 16365021. OLE color: 16365021.

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

Color convert

RGB221181249-
CMYK0.110.2700.02
HSL275.29º85%84.31%-
HSV(B)275.29º27.31%97.65%-
XYZ63.4455.2696.94-
YUV200.71155.25142.47-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 33.95%
GREEN value IS 181 (71.09% from 255) = 27.80%
BLUE value IS 249 (97.66% from 255) = 38.25%
R=33.95%
G=27.80%
B=38.25%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2211812490.110.2700.02275.298584.31
HexDDB5F9B1B021135554
Octal335265371133302423125124
Binary11011101101101011111100110111101101010001001110101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB5F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB5F9; }

 p { color: rgb(221,181,249); }

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

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

 a { background-color: rgb(221,181,249); }

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

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

 span { border-color: rgb(221,181,249); }

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