#DDBBF0

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

Shades of Mauve #DDBBF0

Tints of Mauve #DDBBF0

Color information

#DDBBF0 (or 0xDDBBF0) is unknown color: approx Mauve. HEX triplet: DD, BB and F0. RGB value is (221,187,240). Sum of RGB (Red+Green+Blue) = 221+187+240=648 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.10% from 648); Green value is 187 (73.44% from 255 or 28.86% from 648); Blue value is 240 (94.14% from 255 or 37.04% from 648); Max value from RGB is 240 - color contains mainly: blue. Hex color #DDBBF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDBBF0 is #22440F. Grayscale: #CBCBCB. Windows color (decimal): -2245648 or 15776733. OLE color: 15776733.

HSL color Cylindrical-coordinate representation of color #DDBBF0: hue angle of 278.49º degrees, saturation: 0.64, 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 #DDBBF0 is Cyan = 0.08, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB221187240-
CMYK0.080.2200.06
HSL278.49º63.86%83.73%-
HSV(B)278.49º22.08%94.12%-
XYZ63.3257.290.14-
YUV203.21148.76140.69-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.10%
GREEN value IS 187 (73.44% from 255) = 28.86%
BLUE value IS 240 (94.14% from 255) = 37.04%
R=34.10%
G=28.86%
B=37.04%

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
Decimal2211872400.080.2200.06278.4963.8683.73
HexDDBBF0816061164054
Octal335273360102606426100124
Binary110111011011101111110000100010110011010001011010000001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDBBF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDBBF0; }

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

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

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

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

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

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

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

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