#DDB1EA

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

Shades of Mauve #DDB1EA

Tints of Mauve #DDB1EA

Color information

#DDB1EA (or 0xDDB1EA) is unknown color: approx Mauve. HEX triplet: DD, B1 and EA. RGB value is (221,177,234). Sum of RGB (Red+Green+Blue) = 221+177+234=632 (83% of max value = 765). Red value is 221 (86.72% from 255 or 34.97% from 632); Green value is 177 (69.53% from 255 or 28.01% from 632); Blue value is 234 (91.80% from 255 or 37.03% from 632); Max value from RGB is 234 - color contains mainly: blue. Hex color #DDB1EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DDB1EA is #224E15. Grayscale: #C4C4C4. Windows color (decimal): -2248214 or 15380957. OLE color: 15380957.

HSL color Cylindrical-coordinate representation of color #DDB1EA: hue angle of 286.32º degrees, saturation: 0.58, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DDB1EA is Cyan = 0.06, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB221177234-
CMYK0.060.2400.08
HSL286.32º57.58%80.59%-
HSV(B)286.32º24.36%91.76%-
XYZ60.3952.7684.84-
YUV196.65149.08145.37-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.97%
GREEN value IS 177 (69.53% from 255) = 28.01%
BLUE value IS 234 (91.80% from 255) = 37.03%
R=34.97%
G=28.01%
B=37.03%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2211772340.060.2400.08286.3257.5880.59
HexDDB1EA6180811e3a51
Octal33526135263001043672121
Binary11011101101100011110101011011000010001000111101110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB1EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB1EA; }

 p { color: rgb(221,177,234); }

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

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

 a { background-color: rgb(221,177,234); }

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

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

 span { border-color: rgb(221,177,234); }

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