#CDACFA

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

Shades of Mauve #CDACFA

Tints of Mauve #CDACFA

Color information

#CDACFA (or 0xCDACFA) is unknown color: approx Mauve. HEX triplet: CD, AC and FA. RGB value is (205,172,250). Sum of RGB (Red+Green+Blue) = 205+172+250=627 (83% of max value = 765). Red value is 205 (80.47% from 255 or 32.70% from 627); Green value is 172 (67.58% from 255 or 27.43% from 627); Blue value is 250 (98.05% from 255 or 39.87% from 627); Max value from RGB is 250 - color contains mainly: blue. Hex color #CDACFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CDACFA is #325305. Grayscale: #BEBEBE. Windows color (decimal): -3298054 or 16428237. OLE color: 16428237.

HSL color Cylindrical-coordinate representation of color #CDACFA: hue angle of 265.38º degrees, saturation: 0.89, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CDACFA is Cyan = 0.18, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB205172250-
CMYK0.180.3100.02
HSL265.38º88.64%82.75%-
HSV(B)265.38º31.2%98.04%-
XYZ57.1849.3996.96-
YUV190.76161.43138.16-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 32.70%
GREEN value IS 172 (67.58% from 255) = 27.43%
BLUE value IS 250 (98.05% from 255) = 39.87%
R=32.70%
G=27.43%
B=39.87%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2051722500.180.3100.02265.3888.6482.75
HexCDACFA121F021095953
Octal315254372223702411131123
Binary110011011010110011111010100101111101010000100110110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDACFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDACFA; }

 p { color: rgb(205,172,250); }

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

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

 a { background-color: rgb(205,172,250); }

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

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

 span { border-color: rgb(205,172,250); }

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