#DDB0EE

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

Shades of Mauve #DDB0EE

Tints of Mauve #DDB0EE

Color information

#DDB0EE (or 0xDDB0EE) is unknown color: approx Mauve. HEX triplet: DD, B0 and EE. RGB value is (221,176,238). Sum of RGB (Red+Green+Blue) = 221+176+238=635 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.80% from 635); Green value is 176 (69.14% from 255 or 27.72% from 635); Blue value is 238 (93.36% from 255 or 37.48% from 635); Max value from RGB is 238 - color contains mainly: blue. Hex color #DDB0EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DDB0EE is #224F11. Grayscale: #C4C4C4. Windows color (decimal): -2248466 or 15642845. OLE color: 15642845.

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

Color convert

RGB221176238-
CMYK0.070.2600.07
HSL283.55º64.58%81.18%-
HSV(B)283.55º26.05%93.33%-
XYZ60.7852.687.84-
YUV196.52151.41145.46-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.80%
GREEN value IS 176 (69.14% from 255) = 27.72%
BLUE value IS 238 (93.36% from 255) = 37.48%
R=34.80%
G=27.72%
B=37.48%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2211762380.070.2600.07283.5564.5881.18
HexDDB0EE71A0711c4151
Octal33526035673207434101121
Binary11011101101100001110111011111010011110001110010000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB0EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB0EE; }

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

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

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

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

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

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

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

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