#DDAFFC

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

Shades of Mauve #DDAFFC

Tints of Mauve #DDAFFC

Color information

#DDAFFC (or 0xDDAFFC) is unknown color: approx Mauve. HEX triplet: DD, AF and FC. RGB value is (221,175,252). Sum of RGB (Red+Green+Blue) = 221+175+252=648 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.10% from 648); Green value is 175 (68.75% from 255 or 27.01% from 648); Blue value is 252 (98.83% from 255 or 38.89% from 648); Max value from RGB is 252 - color contains mainly: blue. Hex color #DDAFFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DDAFFC is #225003. Grayscale: #C5C5C5. Windows color (decimal): -2248708 or 16560093. OLE color: 16560093.

HSL color Cylindrical-coordinate representation of color #DDAFFC: hue angle of 275.84º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DDAFFC is Cyan = 0.12, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB221175252-
CMYK0.120.3100.01
HSL275.84º92.77%83.73%-
HSV(B)275.84º30.56%98.82%-
XYZ62.7253.0699.03-
YUV197.53158.74144.74-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.10%
GREEN value IS 175 (68.75% from 255) = 27.01%
BLUE value IS 252 (98.83% from 255) = 38.89%
R=34.10%
G=27.01%
B=38.89%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2211752520.120.3100.01275.8492.7783.73
HexDDAFFCC1F011145d54
Octal335257374143701424135124
Binary1101110110101111111111001100111110110001010010111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDAFFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDAFFC; }

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

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

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

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

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

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

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

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