#DDB5FA

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

Shades of Mauve #DDB5FA

Tints of Mauve #DDB5FA

Color information

#DDB5FA (or 0xDDB5FA) is unknown color: approx Mauve. HEX triplet: DD, B5 and FA. RGB value is (221,181,250). Sum of RGB (Red+Green+Blue) = 221+181+250=652 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.90% from 652); Green value is 181 (71.09% from 255 or 27.76% from 652); Blue value is 250 (98.05% from 255 or 38.34% from 652); Max value from RGB is 250 - color contains mainly: blue. Hex color #DDB5FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDB5FA is #224A05. Grayscale: #C8C8C8. Windows color (decimal): -2247174 or 16430557. OLE color: 16430557.

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

Color convert

RGB221181250-
CMYK0.120.2800.02
HSL274.78º87.34%84.51%-
HSV(B)274.78º27.6%98.04%-
XYZ63.655.3297.77-
YUV200.83155.75142.39-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 33.90%
GREEN value IS 181 (71.09% from 255) = 27.76%
BLUE value IS 250 (98.05% from 255) = 38.34%
R=33.90%
G=27.76%
B=38.34%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2211812500.120.2800.02274.7887.3484.51
HexDDB5FAC1C021135755
Octal335265372143402423127125
Binary11011101101101011111101011001110001010001001110101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB5FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB5FA; }

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

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

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

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

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

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

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

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