#DDBCF0

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

Shades of Mauve #DDBCF0

Tints of Mauve #DDBCF0

Color information

#DDBCF0 (or 0xDDBCF0) is unknown color: approx Mauve. HEX triplet: DD, BC and F0. RGB value is (221,188,240). Sum of RGB (Red+Green+Blue) = 221+188+240=649 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.05% from 649); Green value is 188 (73.83% from 255 or 28.97% from 649); Blue value is 240 (94.14% from 255 or 36.98% from 649); Max value from RGB is 240 - color contains mainly: blue. Hex color #DDBCF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDBCF0 is #22430F. Grayscale: #CBCBCB. Windows color (decimal): -2245392 or 15776989. OLE color: 15776989.

HSL color Cylindrical-coordinate representation of color #DDBCF0: hue angle of 278.08º degrees, saturation: 0.63, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DDBCF0 is Cyan = 0.08, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB221188240-
CMYK0.080.2200.06
HSL278.08º63.41%83.92%-
HSV(B)278.08º21.67%94.12%-
XYZ63.5357.6390.21-
YUV203.8148.43140.27-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.05%
GREEN value IS 188 (73.83% from 255) = 28.97%
BLUE value IS 240 (94.14% from 255) = 36.98%
R=34.05%
G=28.97%
B=36.98%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2211882400.080.2200.06278.0863.4183.92
HexDDBCF0816061163f54
Octal33527436010260642677124
Binary11011101101111001111000010001011001101000101101111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDBCF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDBCF0; }

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

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

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

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

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

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

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

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