#CDAAFF

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

Shades of Mauve #CDAAFF

Tints of Mauve #CDAAFF

Color information

#CDAAFF (or 0xCDAAFF) is unknown color: approx Mauve. HEX triplet: CD, AA and FF. RGB value is (205,170,255). Sum of RGB (Red+Green+Blue) = 205+170+255=630 (83% of max value = 765). Red value is 205 (80.47% from 255 or 32.54% from 630); Green value is 170 (66.80% from 255 or 26.98% from 630); Blue value is 255 (100% from 255 or 40.48% from 630); Max value from RGB is 255 - color contains mainly: blue. Hex color #CDAAFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CDAAFF is #325500. Grayscale: #BDBDBD. Windows color (decimal): -3298561 or 16755405. OLE color: 16755405.

HSL color Cylindrical-coordinate representation of color #CDAAFF: hue angle of 264.71º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CDAAFF is Cyan = 0.20, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB205170255-
CMYK0.200.3300
HSL264.71º100%83.33%-
HSV(B)264.71º33.33%100%-
XYZ57.648.95101.02-
YUV190.15164.6138.59-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 32.54%
GREEN value IS 170 (66.80% from 255) = 26.98%
BLUE value IS 255 (100% from 255) = 40.48%
R=32.54%
G=26.98%
B=40.48%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2051702550.200.3300264.7110083.33
HexCDAAFF1421001096453
Octal315252377244100411144123
Binary110011011010101011111111101001000010010000100111001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDAAFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDAAFF; }

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

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

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

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

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

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

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

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