#DDAFF6

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

Shades of Mauve #DDAFF6

Tints of Mauve #DDAFF6

Color information

#DDAFF6 (or 0xDDAFF6) is unknown color: approx Mauve. HEX triplet: DD, AF and F6. RGB value is (221,175,246). Sum of RGB (Red+Green+Blue) = 221+175+246=642 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.42% from 642); Green value is 175 (68.75% from 255 or 27.26% from 642); Blue value is 246 (96.48% from 255 or 38.32% from 642); Max value from RGB is 246 - color contains mainly: blue. Hex color #DDAFF6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DDAFF6 is #225009. Grayscale: #C4C4C4. Windows color (decimal): -2248714 or 16166877. OLE color: 16166877.

HSL color Cylindrical-coordinate representation of color #DDAFF6: hue angle of 278.87º degrees, saturation: 0.8, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DDAFF6 is Cyan = 0.10, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB221175246-
CMYK0.100.2900.04
HSL278.87º79.78%82.55%-
HSV(B)278.87º28.86%96.47%-
XYZ61.7852.6994.1-
YUV196.85155.74145.23-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.42%
GREEN value IS 175 (68.75% from 255) = 27.26%
BLUE value IS 246 (96.48% from 255) = 38.32%
R=34.42%
G=27.26%
B=38.32%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2211752460.100.2900.04278.8779.7882.55
HexDDAFF6A1D041175053
Octal335257366123504427120123
Binary110111011010111111110110101011101010010001011110100001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDAFF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDAFF6; }

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

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

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

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

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

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

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

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