#DDAEEB

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

Shades of Mauve #DDAEEB

Tints of Mauve #DDAEEB

Color information

#DDAEEB (or 0xDDAEEB) is unknown color: approx Mauve. HEX triplet: DD, AE and EB. RGB value is (221,174,235). Sum of RGB (Red+Green+Blue) = 221+174+235=630 (83% of max value = 765). Red value is 221 (86.72% from 255 or 35.08% from 630); Green value is 174 (68.36% from 255 or 27.62% from 630); Blue value is 235 (92.19% from 255 or 37.30% from 630); Max value from RGB is 235 - color contains mainly: blue. Hex color #DDAEEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DDAEEB is #225114. Grayscale: #C2C2C2. Windows color (decimal): -2248981 or 15445725. OLE color: 15445725.

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

Color convert

RGB221174235-
CMYK0.060.2600.08
HSL286.23º60.4%80.2%-
HSV(B)286.23º25.96%92.16%-
XYZ59.9551.6485.41-
YUV195.01150.57146.54-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.08%
GREEN value IS 174 (68.36% from 255) = 27.62%
BLUE value IS 235 (92.19% from 255) = 37.30%
R=35.08%
G=27.62%
B=37.30%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2211742350.060.2600.08286.2360.480.2
HexDDAEEB61A0811e3c50
Octal33525635363201043674120
Binary11011101101011101110101111011010010001000111101111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDAEEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDAEEB; }

 p { color: rgb(221,174,235); }

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

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

 a { background-color: rgb(221,174,235); }

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

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

 span { border-color: rgb(221,174,235); }

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