#CDA9F3

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

Shades of Mauve #CDA9F3

Tints of Mauve #CDA9F3

Color information

#CDA9F3 (or 0xCDA9F3) is unknown color: approx Mauve. HEX triplet: CD, A9 and F3. RGB value is (205,169,243). Sum of RGB (Red+Green+Blue) = 205+169+243=617 (81% of max value = 765). Red value is 205 (80.47% from 255 or 33.23% from 617); Green value is 169 (66.41% from 255 or 27.39% from 617); Blue value is 243 (95.31% from 255 or 39.38% from 617); Max value from RGB is 243 - color contains mainly: blue. Hex color #CDA9F3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CDA9F3 is #32560C. Grayscale: #BBBBBB. Windows color (decimal): -3298829 or 15968717. OLE color: 15968717.

HSL color Cylindrical-coordinate representation of color #CDA9F3: hue angle of 269.19º degrees, saturation: 0.76, 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 #CDA9F3 is Cyan = 0.16, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB205169243-
CMYK0.160.3000.05
HSL269.19º75.51%80.78%-
HSV(B)269.19º30.45%95.29%-
XYZ55.5447.8391.1-
YUV188.2158.93139.98-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 33.23%
GREEN value IS 169 (66.41% from 255) = 27.39%
BLUE value IS 243 (95.31% from 255) = 39.38%
R=33.23%
G=27.39%
B=39.38%

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
Decimal2051692430.160.3000.05269.1975.5180.78
HexCDA9F3101E0510d4c51
Octal315251363203605415114121
Binary1100110110101001111100111000011110010110000110110011001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDA9F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDA9F3; }

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

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

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

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

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

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

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

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