#CDA3FC

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

Shades of Mauve #CDA3FC

Tints of Mauve #CDA3FC

Color information

#CDA3FC (or 0xCDA3FC) is unknown color: approx Mauve. HEX triplet: CD, A3 and FC. RGB value is (205,163,252). Sum of RGB (Red+Green+Blue) = 205+163+252=620 (82% of max value = 765). Red value is 205 (80.47% from 255 or 33.06% from 620); Green value is 163 (64.06% from 255 or 26.29% from 620); Blue value is 252 (98.83% from 255 or 40.65% from 620); Max value from RGB is 252 - color contains mainly: blue. Hex color #CDA3FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CDA3FC is #325C03. Grayscale: #B9B9B9. Windows color (decimal): -3300356 or 16557005. OLE color: 16557005.

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

Color convert

RGB205163252-
CMYK0.190.3500.01
HSL268.31º93.68%81.37%-
HSV(B)268.31º35.32%98.82%-
XYZ55.8446.298.07-
YUV185.7165.41141.76-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 33.06%
GREEN value IS 163 (64.06% from 255) = 26.29%
BLUE value IS 252 (98.83% from 255) = 40.65%
R=33.06%
G=26.29%
B=40.65%

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
Decimal2051632520.190.3500.01268.3193.6881.37
HexCDA3FC13230110c5e51
Octal315243374234301414136121
Binary110011011010001111111100100111000110110000110010111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDA3FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDA3FC; }

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

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

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

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

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

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

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

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