#CDAAF3

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

Shades of Mauve #CDAAF3

Tints of Mauve #CDAAF3

Color information

#CDAAF3 (or 0xCDAAF3) is unknown color: approx Mauve. HEX triplet: CD, AA and F3. RGB value is (205,170,243). Sum of RGB (Red+Green+Blue) = 205+170+243=618 (81% of max value = 765). Red value is 205 (80.47% from 255 or 33.17% from 618); Green value is 170 (66.80% from 255 or 27.51% from 618); Blue value is 243 (95.31% from 255 or 39.32% from 618); Max value from RGB is 243 - color contains mainly: blue. Hex color #CDAAF3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CDAAF3 is #32550C. Grayscale: #BCBCBC. Windows color (decimal): -3298573 or 15968973. OLE color: 15968973.

HSL color Cylindrical-coordinate representation of color #CDAAF3: hue angle of 268.77º degrees, saturation: 0.75, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CDAAF3 is Cyan = 0.16, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB205170243-
CMYK0.160.3000.05
HSL268.77º75.26%80.98%-
HSV(B)268.77º30.04%95.29%-
XYZ55.7348.291.16-
YUV188.79158.6139.56-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 33.17%
GREEN value IS 170 (66.80% from 255) = 27.51%
BLUE value IS 243 (95.31% from 255) = 39.32%
R=33.17%
G=27.51%
B=39.32%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2051702430.160.3000.05268.7775.2680.98
HexCDAAF3101E0510d4b51
Octal315252363203605415113121
Binary1100110110101010111100111000011110010110000110110010111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDAAF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDAAF3; }

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

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

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

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

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

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

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

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