#DDA8F8

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

Shades of Mauve #DDA8F8

Tints of Mauve #DDA8F8

Color information

#DDA8F8 (or 0xDDA8F8) is unknown color: approx Mauve. HEX triplet: DD, A8 and F8. RGB value is (221,168,248). Sum of RGB (Red+Green+Blue) = 221+168+248=637 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.69% from 637); Green value is 168 (66.02% from 255 or 26.37% from 637); Blue value is 248 (97.27% from 255 or 38.93% from 637); Max value from RGB is 248 - color contains mainly: blue. Hex color #DDA8F8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DDA8F8 is #225707. Grayscale: #C0C0C0. Windows color (decimal): -2250504 or 16296157. OLE color: 16296157.

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

Color convert

RGB221168248-
CMYK0.110.3200.03
HSL279.75º85.11%81.57%-
HSV(B)279.75º32.26%97.25%-
XYZ60.7650.1595.29-
YUV192.97159.06148-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.69%
GREEN value IS 168 (66.02% from 255) = 26.37%
BLUE value IS 248 (97.27% from 255) = 38.93%
R=34.69%
G=26.37%
B=38.93%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2211682480.110.3200.03279.7585.1181.57
HexDDA8F8B20031185552
Octal335250370134003430125122
Binary110111011010100011111000101110000001110001100010101011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA8F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA8F8; }

 p { color: rgb(221,168,248); }

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

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

 a { background-color: rgb(221,168,248); }

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

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

 span { border-color: rgb(221,168,248); }

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