#CDA2FC

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

Shades of Mauve #CDA2FC

Tints of Mauve #CDA2FC

Color information

#CDA2FC (or 0xCDA2FC) is unknown color: approx Mauve. HEX triplet: CD, A2 and FC. RGB value is (205,162,252). Sum of RGB (Red+Green+Blue) = 205+162+252=619 (81% of max value = 765). Red value is 205 (80.47% from 255 or 33.12% from 619); Green value is 162 (63.67% from 255 or 26.17% from 619); Blue value is 252 (98.83% from 255 or 40.71% from 619); Max value from RGB is 252 - color contains mainly: blue. Hex color #CDA2FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CDA2FC is #325D03. Grayscale: #B8B8B8. Windows color (decimal): -3300612 or 16556749. OLE color: 16556749.

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

Color convert

RGB205162252-
CMYK0.190.3600.01
HSL268.67º93.75%81.18%-
HSV(B)268.67º35.71%98.82%-
XYZ55.6745.8598.01-
YUV185.12165.75142.18-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 33.12%
GREEN value IS 162 (63.67% from 255) = 26.17%
BLUE value IS 252 (98.83% from 255) = 40.71%
R=33.12%
G=26.17%
B=40.71%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2051622520.190.3600.01268.6793.7581.18
HexCDA2FC13240110d5e51
Octal315242374234401415136121
Binary110011011010001011111100100111001000110000110110111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDA2FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDA2FC; }

 p { color: rgb(205,162,252); }

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

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

 a { background-color: rgb(205,162,252); }

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

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

 span { border-color: rgb(205,162,252); }

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