#DDBCFF

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

Shades of Mauve #DDBCFF

Tints of Mauve #DDBCFF

Color information

#DDBCFF (or 0xDDBCFF) is unknown color: approx Mauve. HEX triplet: DD, BC and FF. RGB value is (221,188,255). Sum of RGB (Red+Green+Blue) = 221+188+255=664 (87% of max value = 765). Red value is 221 (86.72% from 255 or 33.28% from 664); Green value is 188 (73.83% from 255 or 28.31% from 664); Blue value is 255 (100% from 255 or 38.40% from 664); Max value from RGB is 255 - color contains mainly: blue. Hex color #DDBCFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDBCFF is #224300. Grayscale: #CDCDCD. Windows color (decimal): -2245377 or 16760029. OLE color: 16760029.

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

Color convert

RGB221188255-
CMYK0.130.2600
HSL269.55º100%86.86%-
HSV(B)269.55º26.27%100%-
XYZ65.8558.56102.44-
YUV205.5155.93139.05-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 33.28%
GREEN value IS 188 (73.83% from 255) = 28.31%
BLUE value IS 255 (100% from 255) = 38.40%
R=33.28%
G=28.31%
B=38.40%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2211882550.130.2600269.5510086.86
HexDDBCFFD1A0010e6457
Octal335274377153200416144127
Binary1101110110111100111111111101110100010000111011001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDBCFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDBCFF; }

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

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

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

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

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

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

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

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