#DDBBF6

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

Shades of Mauve #DDBBF6

Tints of Mauve #DDBBF6

Color information

#DDBBF6 (or 0xDDBBF6) is unknown color: approx Mauve. HEX triplet: DD, BB and F6. RGB value is (221,187,246). Sum of RGB (Red+Green+Blue) = 221+187+246=654 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.79% from 654); Green value is 187 (73.44% from 255 or 28.59% from 654); Blue value is 246 (96.48% from 255 or 37.61% from 654); Max value from RGB is 246 - color contains mainly: blue. Hex color #DDBBF6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDBBF6 is #224409. Grayscale: #CBCBCB. Windows color (decimal): -2245642 or 16169949. OLE color: 16169949.

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

Color convert

RGB221187246-
CMYK0.100.2400.04
HSL274.58º76.62%84.9%-
HSV(B)274.58º23.98%96.47%-
XYZ64.2257.5794.92-
YUV203.89151.76140.2-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 33.79%
GREEN value IS 187 (73.44% from 255) = 28.59%
BLUE value IS 246 (96.48% from 255) = 37.61%
R=33.79%
G=28.59%
B=37.61%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2211872460.100.2400.04274.5876.6284.9
HexDDBBF6A18041134d55
Octal335273366123004423115125
Binary110111011011101111110110101011000010010001001110011011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDBBF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDBBF6; }

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

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

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

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

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

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

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

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