#DDB4F6

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

Shades of Mauve #DDB4F6

Tints of Mauve #DDB4F6

Color information

#DDB4F6 (or 0xDDB4F6) is unknown color: approx Mauve. HEX triplet: DD, B4 and F6. RGB value is (221,180,246). Sum of RGB (Red+Green+Blue) = 221+180+246=647 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.16% from 647); Green value is 180 (70.70% from 255 or 27.82% from 647); Blue value is 246 (96.48% from 255 or 38.02% from 647); Max value from RGB is 246 - color contains mainly: blue. Hex color #DDB4F6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDB4F6 is #224B09. Grayscale: #C7C7C7. Windows color (decimal): -2247434 or 16168157. OLE color: 16168157.

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

Color convert

RGB221180246-
CMYK0.100.2700.04
HSL277.27º78.57%83.53%-
HSV(B)277.27º26.83%96.47%-
XYZ62.7754.6794.43-
YUV199.78154.08143.13-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.16%
GREEN value IS 180 (70.70% from 255) = 27.82%
BLUE value IS 246 (96.48% from 255) = 38.02%
R=34.16%
G=27.82%
B=38.02%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2211802460.100.2700.04277.2778.5783.53
HexDDB4F6A1B041154f54
Octal335264366123304425117124
Binary110111011011010011110110101011011010010001010110011111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB4F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB4F6; }

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

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

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

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

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

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

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

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