#DD9BF8

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

Shades of Mauve #DD9BF8

Tints of Mauve #DD9BF8

Color information

#DD9BF8 (or 0xDD9BF8) is unknown color: approx Mauve. HEX triplet: DD, 9B and F8. RGB value is (221,155,248). Sum of RGB (Red+Green+Blue) = 221+155+248=624 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.42% from 624); Green value is 155 (60.94% from 255 or 24.84% from 624); Blue value is 248 (97.27% from 255 or 39.74% from 624); Max value from RGB is 248 - color contains mainly: blue. Hex color #DD9BF8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD9BF8 is #226407. Grayscale: #B9B9B9. Windows color (decimal): -2253832 or 16292829. OLE color: 16292829.

HSL color Cylindrical-coordinate representation of color #DD9BF8: hue angle of 282.58º degrees, saturation: 0.87, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DD9BF8 is Cyan = 0.11, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB221155248-
CMYK0.110.3800.03
HSL282.58º86.92%79.02%-
HSV(B)282.58º37.5%97.25%-
XYZ58.4845.5994.52-
YUV185.34163.37153.44-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.42%
GREEN value IS 155 (60.94% from 255) = 24.84%
BLUE value IS 248 (97.27% from 255) = 39.74%
R=35.42%
G=24.84%
B=39.74%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2211552480.110.3800.03282.5886.9279.02
HexDD9BF8B260311b574f
Octal335233370134603433127117
Binary110111011001101111111000101110011001110001101110101111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD9BF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD9BF8; }

 p { color: rgb(221,155,248); }

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

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

 a { background-color: rgb(221,155,248); }

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

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

 span { border-color: rgb(221,155,248); }

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