#DDBCFB

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

Shades of Mauve #DDBCFB

Tints of Mauve #DDBCFB

Color information

#DDBCFB (or 0xDDBCFB) is unknown color: approx Mauve. HEX triplet: DD, BC and FB. RGB value is (221,188,251). Sum of RGB (Red+Green+Blue) = 221+188+251=660 (87% of max value = 765). Red value is 221 (86.72% from 255 or 33.48% from 660); Green value is 188 (73.83% from 255 or 28.48% from 660); Blue value is 251 (98.44% from 255 or 38.03% from 660); Max value from RGB is 251 - color contains mainly: blue. Hex color #DDBCFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDBCFB is #224304. Grayscale: #CCCCCC. Windows color (decimal): -2245381 or 16497885. OLE color: 16497885.

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

Color convert

RGB221188251-
CMYK0.120.2500.02
HSL271.43º88.73%86.08%-
HSV(B)271.43º25.1%98.43%-
XYZ65.2158.399.08-
YUV205.05153.93139.38-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 33.48%
GREEN value IS 188 (73.83% from 255) = 28.48%
BLUE value IS 251 (98.44% from 255) = 38.03%
R=33.48%
G=28.48%
B=38.03%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2211882510.120.2500.02271.4388.7386.08
HexDDBCFBC190210f5956
Octal335274373143102417131126
Binary11011101101111001111101111001100101010000111110110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDBCFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDBCFB; }

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

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

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

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

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

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

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

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