#CDAAF7

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

Shades of Mauve #CDAAF7

Tints of Mauve #CDAAF7

Color information

#CDAAF7 (or 0xCDAAF7) is unknown color: approx Mauve. HEX triplet: CD, AA and F7. RGB value is (205,170,247). Sum of RGB (Red+Green+Blue) = 205+170+247=622 (82% of max value = 765). Red value is 205 (80.47% from 255 or 32.96% from 622); Green value is 170 (66.80% from 255 or 27.33% from 622); Blue value is 247 (96.88% from 255 or 39.71% from 622); Max value from RGB is 247 - color contains mainly: blue. Hex color #CDAAF7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CDAAF7 is #325508. Grayscale: #BCBCBC. Windows color (decimal): -3298569 or 16231117. OLE color: 16231117.

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

Color convert

RGB205170247-
CMYK0.170.3100.03
HSL267.27º82.8%81.76%-
HSV(B)267.27º31.17%96.86%-
XYZ56.3448.4494.38-
YUV189.24160.6139.24-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 32.96%
GREEN value IS 170 (66.80% from 255) = 27.33%
BLUE value IS 247 (96.88% from 255) = 39.71%
R=32.96%
G=27.33%
B=39.71%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2051702470.170.3100.03267.2782.881.76
HexCDAAF7111F0310b5352
Octal315252367213703413123122
Binary110011011010101011110111100011111101110000101110100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDAAF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDAAF7; }

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

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

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

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

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

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

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

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