#DDB1EC

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

Shades of Mauve #DDB1EC

Tints of Mauve #DDB1EC

Color information

#DDB1EC (or 0xDDB1EC) is unknown color: approx Mauve. HEX triplet: DD, B1 and EC. RGB value is (221,177,236). Sum of RGB (Red+Green+Blue) = 221+177+236=634 (83% of max value = 765). Red value is 221 (86.72% from 255 or 34.86% from 634); Green value is 177 (69.53% from 255 or 27.92% from 634); Blue value is 236 (92.58% from 255 or 37.22% from 634); Max value from RGB is 236 - color contains mainly: blue. Hex color #DDB1EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DDB1EC is #224E13. Grayscale: #C4C4C4. Windows color (decimal): -2248212 or 15512029. OLE color: 15512029.

HSL color Cylindrical-coordinate representation of color #DDB1EC: hue angle of 284.75º degrees, saturation: 0.61, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DDB1EC is Cyan = 0.06, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB221177236-
CMYK0.060.2500.07
HSL284.75º60.82%80.98%-
HSV(B)284.75º25%92.55%-
XYZ60.6852.8786.36-
YUV196.88150.08145.2-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.86%
GREEN value IS 177 (69.53% from 255) = 27.92%
BLUE value IS 236 (92.58% from 255) = 37.22%
R=34.86%
G=27.92%
B=37.22%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2211772360.060.2500.07284.7560.8280.98
HexDDB1EC6190711d3d51
Octal3352613546310743575121
Binary1101110110110001111011001101100101111000111011111011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB1EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB1EC; }

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

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

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

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

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

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

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

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