#DDBBF5

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

Shades of Mauve #DDBBF5

Tints of Mauve #DDBBF5

Color information

#DDBBF5 (or 0xDDBBF5) is unknown color: approx Mauve. HEX triplet: DD, BB and F5. RGB value is (221,187,245). Sum of RGB (Red+Green+Blue) = 221+187+245=653 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.84% from 653); Green value is 187 (73.44% from 255 or 28.64% from 653); Blue value is 245 (96.09% from 255 or 37.52% from 653); Max value from RGB is 245 - color contains mainly: blue. Hex color #DDBBF5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDBBF5 is #22440A. Grayscale: #CBCBCB. Windows color (decimal): -2245643 or 16104413. OLE color: 16104413.

HSL color Cylindrical-coordinate representation of color #DDBBF5: hue angle of 275.17º degrees, saturation: 0.74, 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 #DDBBF5 is Cyan = 0.10, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB221187245-
CMYK0.100.2400.04
HSL275.17º74.36%84.71%-
HSV(B)275.17º23.67%96.08%-
XYZ64.0757.5194.11-
YUV203.78151.26140.28-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 33.84%
GREEN value IS 187 (73.44% from 255) = 28.64%
BLUE value IS 245 (96.09% from 255) = 37.52%
R=33.84%
G=28.64%
B=37.52%

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
Decimal2211872450.100.2400.04275.1774.3684.71
HexDDBBF5A18041134a55
Octal335273365123004423112125
Binary110111011011101111110101101011000010010001001110010101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDBBF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDBBF5; }

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

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

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

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

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

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

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

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