#DDB6FA

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

Shades of Mauve #DDB6FA

Tints of Mauve #DDB6FA

Color information

#DDB6FA (or 0xDDB6FA) is unknown color: approx Mauve. HEX triplet: DD, B6 and FA. RGB value is (221,182,250). Sum of RGB (Red+Green+Blue) = 221+182+250=653 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.84% from 653); Green value is 182 (71.48% from 255 or 27.87% from 653); Blue value is 250 (98.05% from 255 or 38.28% from 653); Max value from RGB is 250 - color contains mainly: blue. Hex color #DDB6FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDB6FA is #224905. Grayscale: #C9C9C9. Windows color (decimal): -2246918 or 16430813. OLE color: 16430813.

HSL color Cylindrical-coordinate representation of color #DDB6FA: hue angle of 274.41º 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 #DDB6FA is Cyan = 0.12, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB221182250-
CMYK0.120.2700.02
HSL274.41º87.18%84.71%-
HSV(B)274.41º27.2%98.04%-
XYZ63.855.7397.84-
YUV201.41155.42141.97-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 33.84%
GREEN value IS 182 (71.48% from 255) = 27.87%
BLUE value IS 250 (98.05% from 255) = 38.28%
R=33.84%
G=27.87%
B=38.28%

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
Decimal2211822500.120.2700.02274.4187.1884.71
HexDDB6FAC1B021125755
Octal335266372143302422127125
Binary11011101101101101111101011001101101010001001010101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB6FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB6FA; }

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

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

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

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

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

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

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

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