#DDBAFA

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

Shades of Mauve #DDBAFA

Tints of Mauve #DDBAFA

Color information

#DDBAFA (or 0xDDBAFA) is unknown color: approx Mauve. HEX triplet: DD, BA and FA. RGB value is (221,186,250). Sum of RGB (Red+Green+Blue) = 221+186+250=657 (87% of max value = 765). Red value is 221 (86.72% from 255 or 33.64% from 657); Green value is 186 (73.05% from 255 or 28.31% from 657); Blue value is 250 (98.05% from 255 or 38.05% from 657); Max value from RGB is 250 - color contains mainly: blue. Hex color #DDBAFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDBAFA is #224505. Grayscale: #CBCBCB. Windows color (decimal): -2245894 or 16431837. OLE color: 16431837.

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

Color convert

RGB221186250-
CMYK0.120.2600.02
HSL272.81º86.49%85.49%-
HSV(B)272.81º25.6%98.04%-
XYZ64.6357.3998.11-
YUV203.76154.1140.3-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 33.64%
GREEN value IS 186 (73.05% from 255) = 28.31%
BLUE value IS 250 (98.05% from 255) = 38.05%
R=33.64%
G=28.31%
B=38.05%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2211862500.120.2600.02272.8186.4985.49
HexDDBAFAC1A021115655
Octal335272372143202421126125
Binary11011101101110101111101011001101001010001000110101101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDBAFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDBAFA; }

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

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

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

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

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

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

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

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