#DDB8FF

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

Shades of Mauve #DDB8FF

Tints of Mauve #DDB8FF

Color information

#DDB8FF (or 0xDDB8FF) is unknown color: approx Mauve. HEX triplet: DD, B8 and FF. RGB value is (221,184,255). Sum of RGB (Red+Green+Blue) = 221+184+255=660 (87% of max value = 765). Red value is 221 (86.72% from 255 or 33.48% from 660); Green value is 184 (72.27% from 255 or 27.88% from 660); Blue value is 255 (100% from 255 or 38.64% from 660); Max value from RGB is 255 - color contains mainly: blue. Hex color #DDB8FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDB8FF is #224700. Grayscale: #CACACA. Windows color (decimal): -2246401 or 16759005. OLE color: 16759005.

HSL color Cylindrical-coordinate representation of color #DDB8FF: hue angle of 271.27º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DDB8FF is Cyan = 0.13, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB221184255-
CMYK0.130.2800
HSL271.27º100%86.08%-
HSV(B)271.27º27.84%100%-
XYZ65.0156.87102.16-
YUV203.16157.26140.73-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 33.48%
GREEN value IS 184 (72.27% from 255) = 27.88%
BLUE value IS 255 (100% from 255) = 38.64%
R=33.48%
G=27.88%
B=38.64%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2211842550.130.2800271.2710086.08
HexDDB8FFD1C0010f6456
Octal335270377153400417144126
Binary1101110110111000111111111101111000010000111111001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB8FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB8FF; }

 p { color: rgb(221,184,255); }

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

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

 a { background-color: rgb(221,184,255); }

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

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

 span { border-color: rgb(221,184,255); }

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