#DDB0EA

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

Shades of Mauve #DDB0EA

Tints of Mauve #DDB0EA

Color information

#DDB0EA (or 0xDDB0EA) is unknown color: approx Mauve. HEX triplet: DD, B0 and EA. RGB value is (221,176,234). Sum of RGB (Red+Green+Blue) = 221+176+234=631 (83% of max value = 765). Red value is 221 (86.72% from 255 or 35.02% from 631); Green value is 176 (69.14% from 255 or 27.89% from 631); Blue value is 234 (91.80% from 255 or 37.08% from 631); Max value from RGB is 234 - color contains mainly: blue. Hex color #DDB0EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DDB0EA is #224F15. Grayscale: #C3C3C3. Windows color (decimal): -2248470 or 15380701. OLE color: 15380701.

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

Color convert

RGB221176234-
CMYK0.060.2500.08
HSL286.55º58%80.39%-
HSV(B)286.55º24.79%91.76%-
XYZ60.252.3684.78-
YUV196.07149.41145.78-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.02%
GREEN value IS 176 (69.14% from 255) = 27.89%
BLUE value IS 234 (91.80% from 255) = 37.08%
R=35.02%
G=27.89%
B=37.08%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2211762340.060.2500.08286.555880.39
HexDDB0EA6190811f3a50
Octal33526035263101043772120
Binary11011101101100001110101011011001010001000111111110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB0EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB0EA; }

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

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

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

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

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

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

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

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