#DDBAF8

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

Shades of Mauve #DDBAF8

Tints of Mauve #DDBAF8

Color information

#DDBAF8 (or 0xDDBAF8) is unknown color: approx Mauve. HEX triplet: DD, BA and F8. RGB value is (221,186,248). Sum of RGB (Red+Green+Blue) = 221+186+248=655 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.74% from 655); Green value is 186 (73.05% from 255 or 28.40% from 655); Blue value is 248 (97.27% from 255 or 37.86% from 655); Max value from RGB is 248 - color contains mainly: blue. Hex color #DDBAF8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDBAF8 is #224507. Grayscale: #CBCBCB. Windows color (decimal): -2245896 or 16300765. OLE color: 16300765.

HSL color Cylindrical-coordinate representation of color #DDBAF8: hue angle of 273.87º degrees, saturation: 0.82, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DDBAF8 is Cyan = 0.11, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB221186248-
CMYK0.110.2500.03
HSL273.87º81.58%85.1%-
HSV(B)273.87º25%97.25%-
XYZ64.3257.2796.47-
YUV203.53153.1140.46-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 33.74%
GREEN value IS 186 (73.05% from 255) = 28.40%
BLUE value IS 248 (97.27% from 255) = 37.86%
R=33.74%
G=28.40%
B=37.86%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2211862480.110.2500.03273.8781.5885.1
HexDDBAF8B19031125255
Octal335272370133103422122125
Binary11011101101110101111100010111100101110001001010100101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDBAF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDBAF8; }

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

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

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

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

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

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

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

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