#CDA5FD

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

Shades of Mauve #CDA5FD

Tints of Mauve #CDA5FD

Color information

#CDA5FD (or 0xCDA5FD) is unknown color: approx Mauve. HEX triplet: CD, A5 and FD. RGB value is (205,165,253). Sum of RGB (Red+Green+Blue) = 205+165+253=623 (82% of max value = 765). Red value is 205 (80.47% from 255 or 32.91% from 623); Green value is 165 (64.84% from 255 or 26.48% from 623); Blue value is 253 (99.22% from 255 or 40.61% from 623); Max value from RGB is 253 - color contains mainly: blue. Hex color #CDA5FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CDA5FD is #325A02. Grayscale: #BABABA. Windows color (decimal): -3299843 or 16623053. OLE color: 16623053.

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

Color convert

RGB205165253-
CMYK0.190.3500.01
HSL267.27º95.65%81.96%-
HSV(B)267.27º34.78%99.22%-
XYZ56.3646.9899.03-
YUV186.99165.25140.84-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 32.91%
GREEN value IS 165 (64.84% from 255) = 26.48%
BLUE value IS 253 (99.22% from 255) = 40.61%
R=32.91%
G=26.48%
B=40.61%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2051652530.190.3500.01267.2795.6581.96
HexCDA5FD13230110b6052
Octal315245375234301413140122
Binary110011011010010111111101100111000110110000101111000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDA5FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDA5FD; }

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

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

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

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

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

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

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

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