#DDAFF7

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

Shades of Mauve #DDAFF7

Tints of Mauve #DDAFF7

Color information

#DDAFF7 (or 0xDDAFF7) is unknown color: approx Mauve. HEX triplet: DD, AF and F7. RGB value is (221,175,247). Sum of RGB (Red+Green+Blue) = 221+175+247=643 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.37% from 643); Green value is 175 (68.75% from 255 or 27.22% from 643); Blue value is 247 (96.88% from 255 or 38.41% from 643); Max value from RGB is 247 - color contains mainly: blue. Hex color #DDAFF7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DDAFF7 is #225008. Grayscale: #C4C4C4. Windows color (decimal): -2248713 or 16232413. OLE color: 16232413.

HSL color Cylindrical-coordinate representation of color #DDAFF7: hue angle of 278.33º degrees, saturation: 0.82, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DDAFF7 is Cyan = 0.11, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB221175247-
CMYK0.110.2900.03
HSL278.33º81.82%82.75%-
HSV(B)278.33º29.15%96.86%-
XYZ61.9452.7594.91-
YUV196.96156.24145.15-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.37%
GREEN value IS 175 (68.75% from 255) = 27.22%
BLUE value IS 247 (96.88% from 255) = 38.41%
R=34.37%
G=27.22%
B=38.41%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2211752470.110.2900.03278.3381.8282.75
HexDDAFF7B1D031165253
Octal335257367133503426122123
Binary11011101101011111111011110111110101110001011010100101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDAFF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDAFF7; }

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

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

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

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

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

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

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

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