#DDAFEB

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

Shades of Mauve #DDAFEB

Tints of Mauve #DDAFEB

Color information

#DDAFEB (or 0xDDAFEB) is unknown color: approx Mauve. HEX triplet: DD, AF and EB. RGB value is (221,175,235). Sum of RGB (Red+Green+Blue) = 221+175+235=631 (83% of max value = 765). Red value is 221 (86.72% from 255 or 35.02% from 631); Green value is 175 (68.75% from 255 or 27.73% from 631); Blue value is 235 (92.19% from 255 or 37.24% from 631); Max value from RGB is 235 - color contains mainly: blue. Hex color #DDAFEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DDAFEB is #225014. Grayscale: #C3C3C3. Windows color (decimal): -2248725 or 15445981. OLE color: 15445981.

HSL color Cylindrical-coordinate representation of color #DDAFEB: hue angle of 286º 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 #DDAFEB is Cyan = 0.06, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB221175235-
CMYK0.060.2600.08
HSL286º60%80.39%-
HSV(B)286º25.53%92.16%-
XYZ60.1452.0385.47-
YUV195.59150.24146.12-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.02%
GREEN value IS 175 (68.75% from 255) = 27.73%
BLUE value IS 235 (92.19% from 255) = 37.24%
R=35.02%
G=27.73%
B=37.24%

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
Decimal2211752350.060.2600.082866080.39
HexDDAFEB61A0811e3c50
Octal33525735363201043674120
Binary11011101101011111110101111011010010001000111101111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDAFEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDAFEB; }

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

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

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

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

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

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

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

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