#CDA9FD

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

Shades of Mauve #CDA9FD

Tints of Mauve #CDA9FD

Color information

#CDA9FD (or 0xCDA9FD) is unknown color: approx Mauve. HEX triplet: CD, A9 and FD. RGB value is (205,169,253). Sum of RGB (Red+Green+Blue) = 205+169+253=627 (83% of max value = 765). Red value is 205 (80.47% from 255 or 32.70% from 627); Green value is 169 (66.41% from 255 or 26.95% from 627); Blue value is 253 (99.22% from 255 or 40.35% from 627); Max value from RGB is 253 - color contains mainly: blue. Hex color #CDA9FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CDA9FD is #325602. Grayscale: #BDBDBD. Windows color (decimal): -3298819 or 16624077. OLE color: 16624077.

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

Color convert

RGB205169253-
CMYK0.190.3300.01
HSL265.71º95.45%82.75%-
HSV(B)265.71º33.2%99.22%-
XYZ57.0948.4599.27-
YUV189.34163.93139.17-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 32.70%
GREEN value IS 169 (66.41% from 255) = 26.95%
BLUE value IS 253 (99.22% from 255) = 40.35%
R=32.70%
G=26.95%
B=40.35%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2051692530.190.3300.01265.7195.4582.75
HexCDA9FD13210110a5f53
Octal315251375234101412137123
Binary110011011010100111111101100111000010110000101010111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDA9FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDA9FD; }

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

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

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

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

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

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

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

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