#CDAAF9

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

Shades of Mauve #CDAAF9

Tints of Mauve #CDAAF9

Color information

#CDAAF9 (or 0xCDAAF9) is unknown color: approx Mauve. HEX triplet: CD, AA and F9. RGB value is (205,170,249). Sum of RGB (Red+Green+Blue) = 205+170+249=624 (82% of max value = 765). Red value is 205 (80.47% from 255 or 32.85% from 624); Green value is 170 (66.80% from 255 or 27.24% from 624); Blue value is 249 (97.66% from 255 or 39.90% from 624); Max value from RGB is 249 - color contains mainly: blue. Hex color #CDAAF9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CDAAF9 is #325506. Grayscale: #BDBDBD. Windows color (decimal): -3298567 or 16362189. OLE color: 16362189.

HSL color Cylindrical-coordinate representation of color #CDAAF9: hue angle of 266.58º degrees, saturation: 0.87, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CDAAF9 is Cyan = 0.18, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB205170249-
CMYK0.180.3200.02
HSL266.58º86.81%82.16%-
HSV(B)266.58º31.73%97.65%-
XYZ56.6548.5796.01-
YUV189.47161.6139.08-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 32.85%
GREEN value IS 170 (66.80% from 255) = 27.24%
BLUE value IS 249 (97.66% from 255) = 39.90%
R=32.85%
G=27.24%
B=39.90%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2051702490.180.3200.02266.5886.8182.16
HexCDAAF912200210b5752
Octal315252371224002413127122
Binary1100110110101010111110011001010000001010000101110101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDAAF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDAAF9; }

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

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

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

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

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

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

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

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