#DDB7FA

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

Shades of Mauve #DDB7FA

Tints of Mauve #DDB7FA

Color information

#DDB7FA (or 0xDDB7FA) is unknown color: approx Mauve. HEX triplet: DD, B7 and FA. RGB value is (221,183,250). Sum of RGB (Red+Green+Blue) = 221+183+250=654 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.79% from 654); Green value is 183 (71.88% from 255 or 27.98% from 654); Blue value is 250 (98.05% from 255 or 38.23% from 654); Max value from RGB is 250 - color contains mainly: blue. Hex color #DDB7FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDB7FA is #224805. Grayscale: #C9C9C9. Windows color (decimal): -2246662 or 16431069. OLE color: 16431069.

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

Color convert

RGB221183250-
CMYK0.120.2700.02
HSL274.03º87.01%84.9%-
HSV(B)274.03º26.8%98.04%-
XYZ64.0156.1497.91-
YUV202155.09141.55-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 33.79%
GREEN value IS 183 (71.88% from 255) = 27.98%
BLUE value IS 250 (98.05% from 255) = 38.23%
R=33.79%
G=27.98%
B=38.23%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2211832500.120.2700.02274.0387.0184.9
HexDDB7FAC1B021125755
Octal335267372143302422127125
Binary11011101101101111111101011001101101010001001010101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB7FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB7FA; }

 p { color: rgb(221,183,250); }

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

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

 a { background-color: rgb(221,183,250); }

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

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

 span { border-color: rgb(221,183,250); }

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