#CDAAF6

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

Shades of Mauve #CDAAF6

Tints of Mauve #CDAAF6

Color information

#CDAAF6 (or 0xCDAAF6) is unknown color: approx Mauve. HEX triplet: CD, AA and F6. RGB value is (205,170,246). Sum of RGB (Red+Green+Blue) = 205+170+246=621 (82% of max value = 765). Red value is 205 (80.47% from 255 or 33.01% from 621); Green value is 170 (66.80% from 255 or 27.38% from 621); Blue value is 246 (96.48% from 255 or 39.61% from 621); Max value from RGB is 246 - color contains mainly: blue. Hex color #CDAAF6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CDAAF6 is #325509. Grayscale: #BCBCBC. Windows color (decimal): -3298570 or 16165581. OLE color: 16165581.

HSL color Cylindrical-coordinate representation of color #CDAAF6: hue angle of 267.63º degrees, saturation: 0.81, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CDAAF6 is Cyan = 0.17, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB205170246-
CMYK0.170.3100.04
HSL267.63º80.85%81.57%-
HSV(B)267.63º30.89%96.47%-
XYZ56.1948.3893.57-
YUV189.13160.1139.32-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 33.01%
GREEN value IS 170 (66.80% from 255) = 27.38%
BLUE value IS 246 (96.48% from 255) = 39.61%
R=33.01%
G=27.38%
B=39.61%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2051702460.170.3100.04267.6380.8581.57
HexCDAAF6111F0410c5152
Octal315252366213704414121122
Binary1100110110101010111101101000111111010010000110010100011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDAAF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDAAF6; }

 p { color: rgb(205,170,246); }

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

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

 a { background-color: rgb(205,170,246); }

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

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

 span { border-color: rgb(205,170,246); }

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