#CDA9FC

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

Shades of Mauve #CDA9FC

Tints of Mauve #CDA9FC

Color information

#CDA9FC (or 0xCDA9FC) is unknown color: approx Mauve. HEX triplet: CD, A9 and FC. RGB value is (205,169,252). Sum of RGB (Red+Green+Blue) = 205+169+252=626 (82% of max value = 765). Red value is 205 (80.47% from 255 or 32.75% from 626); Green value is 169 (66.41% from 255 or 27.00% from 626); Blue value is 252 (98.83% from 255 or 40.26% from 626); Max value from RGB is 252 - color contains mainly: blue. Hex color #CDA9FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CDA9FC is #325603. Grayscale: #BCBCBC. Windows color (decimal): -3298820 or 16558541. OLE color: 16558541.

HSL color Cylindrical-coordinate representation of color #CDA9FC: hue angle of 266.02º degrees, saturation: 0.93, 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 #CDA9FC is Cyan = 0.19, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB205169252-
CMYK0.190.3300.01
HSL266.02º93.26%82.55%-
HSV(B)266.02º32.94%98.82%-
XYZ56.9448.3898.43-
YUV189.23163.43139.25-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 32.75%
GREEN value IS 169 (66.41% from 255) = 27.00%
BLUE value IS 252 (98.83% from 255) = 40.26%
R=32.75%
G=27.00%
B=40.26%

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
Decimal2051692520.190.3300.01266.0293.2682.55
HexCDA9FC13210110a5d53
Octal315251374234101412135123
Binary110011011010100111111100100111000010110000101010111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDA9FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDA9FC; }

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

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

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

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

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

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

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

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