#DDBCF4

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

Shades of Mauve #DDBCF4

Tints of Mauve #DDBCF4

Color information

#DDBCF4 (or 0xDDBCF4) is unknown color: approx Mauve. HEX triplet: DD, BC and F4. RGB value is (221,188,244). Sum of RGB (Red+Green+Blue) = 221+188+244=653 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.84% from 653); Green value is 188 (73.83% from 255 or 28.79% from 653); Blue value is 244 (95.70% from 255 or 37.37% from 653); Max value from RGB is 244 - color contains mainly: blue. Hex color #DDBCF4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDBCF4 is #22430B. Grayscale: #CCCCCC. Windows color (decimal): -2245388 or 16039133. OLE color: 16039133.

HSL color Cylindrical-coordinate representation of color #DDBCF4: hue angle of 275.36º degrees, saturation: 0.72, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DDBCF4 is Cyan = 0.09, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB221188244-
CMYK0.090.2300.04
HSL275.36º71.79%84.71%-
HSV(B)275.36º22.95%95.69%-
XYZ64.1357.8793.38-
YUV204.25150.43139.95-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 33.84%
GREEN value IS 188 (73.83% from 255) = 28.79%
BLUE value IS 244 (95.70% from 255) = 37.37%
R=33.84%
G=28.79%
B=37.37%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2211882440.090.2300.04275.3671.7984.71
HexDDBCF4917041134855
Octal335274364112704423110125
Binary110111011011110011110100100110111010010001001110010001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDBCF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDBCF4; }

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

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

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

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

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

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

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

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