#CDA7FD

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

Shades of Mauve #CDA7FD

Tints of Mauve #CDA7FD

Color information

#CDA7FD (or 0xCDA7FD) is unknown color: approx Mauve. HEX triplet: CD, A7 and FD. RGB value is (205,167,253). Sum of RGB (Red+Green+Blue) = 205+167+253=625 (82% of max value = 765). Red value is 205 (80.47% from 255 or 32.8% from 625); Green value is 167 (65.62% from 255 or 26.72% from 625); Blue value is 253 (99.22% from 255 or 40.48% from 625); Max value from RGB is 253 - color contains mainly: blue. Hex color #CDA7FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CDA7FD is #325802. Grayscale: #BBBBBB. Windows color (decimal): -3299331 or 16623565. OLE color: 16623565.

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

Color convert

RGB205167253-
CMYK0.190.3400.01
HSL266.51º95.56%82.35%-
HSV(B)266.51º33.99%99.22%-
XYZ56.7347.7199.15-
YUV188.17164.59140.01-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 32.8%
GREEN value IS 167 (65.62% from 255) = 26.72%
BLUE value IS 253 (99.22% from 255) = 40.48%
R=32.8%
G=26.72%
B=40.48%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2051672530.190.3400.01266.5195.5682.35
HexCDA7FD13220110b6052
Octal315247375234201413140122
Binary110011011010011111111101100111000100110000101111000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDA7FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDA7FD; }

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

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

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

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

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

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

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

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