#DDBBF1

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

Shades of Mauve #DDBBF1

Tints of Mauve #DDBBF1

Color information

#DDBBF1 (or 0xDDBBF1) is unknown color: approx Mauve. HEX triplet: DD, BB and F1. RGB value is (221,187,241). Sum of RGB (Red+Green+Blue) = 221+187+241=649 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.05% from 649); Green value is 187 (73.44% from 255 or 28.81% from 649); Blue value is 241 (94.53% from 255 or 37.13% from 649); Max value from RGB is 241 - color contains mainly: blue. Hex color #DDBBF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDBBF1 is #22440E. Grayscale: #CBCBCB. Windows color (decimal): -2245647 or 15842269. OLE color: 15842269.

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

Color convert

RGB221187241-
CMYK0.080.2200.05
HSL277.78º65.85%83.92%-
HSV(B)277.78º22.41%94.51%-
XYZ63.4757.2690.93-
YUV203.32149.26140.61-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.05%
GREEN value IS 187 (73.44% from 255) = 28.81%
BLUE value IS 241 (94.53% from 255) = 37.13%
R=34.05%
G=28.81%
B=37.13%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2211872410.080.2200.05277.7865.8583.92
HexDDBBF1816051164254
Octal335273361102605426102124
Binary110111011011101111110001100010110010110001011010000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDBBF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDBBF1; }

 p { color: rgb(221,187,241); }

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

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

 a { background-color: rgb(221,187,241); }

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

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

 span { border-color: rgb(221,187,241); }

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