#CDACF7

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

Shades of Mauve #CDACF7

Tints of Mauve #CDACF7

Color information

#CDACF7 (or 0xCDACF7) is unknown color: approx Mauve. HEX triplet: CD, AC and F7. RGB value is (205,172,247). Sum of RGB (Red+Green+Blue) = 205+172+247=624 (82% of max value = 765). Red value is 205 (80.47% from 255 or 32.85% from 624); Green value is 172 (67.58% from 255 or 27.56% from 624); Blue value is 247 (96.88% from 255 or 39.58% from 624); Max value from RGB is 247 - color contains mainly: blue. Hex color #CDACF7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CDACF7 is #325308. Grayscale: #BEBEBE. Windows color (decimal): -3298057 or 16231629. OLE color: 16231629.

HSL color Cylindrical-coordinate representation of color #CDACF7: hue angle of 266.4º degrees, saturation: 0.82, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CDACF7 is Cyan = 0.17, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB205172247-
CMYK0.170.3000.03
HSL266.4º82.42%82.16%-
HSV(B)266.4º30.36%96.86%-
XYZ56.7249.294.5-
YUV190.42159.93138.4-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 32.85%
GREEN value IS 172 (67.58% from 255) = 27.56%
BLUE value IS 247 (96.88% from 255) = 39.58%
R=32.85%
G=27.56%
B=39.58%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2051722470.170.3000.03266.482.4282.16
HexCDACF7111E0310a5252
Octal315254367213603412122122
Binary110011011010110011110111100011111001110000101010100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDACF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDACF7; }

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

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

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

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

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

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

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

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