#CDACF9

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

Shades of Mauve #CDACF9

Tints of Mauve #CDACF9

Color information

#CDACF9 (or 0xCDACF9) is unknown color: approx Mauve. HEX triplet: CD, AC and F9. RGB value is (205,172,249). Sum of RGB (Red+Green+Blue) = 205+172+249=626 (82% of max value = 765). Red value is 205 (80.47% from 255 or 32.75% from 626); Green value is 172 (67.58% from 255 or 27.48% from 626); Blue value is 249 (97.66% from 255 or 39.78% from 626); Max value from RGB is 249 - color contains mainly: blue. Hex color #CDACF9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CDACF9 is #325306. Grayscale: #BEBEBE. Windows color (decimal): -3298055 or 16362701. OLE color: 16362701.

HSL color Cylindrical-coordinate representation of color #CDACF9: hue angle of 265.71º degrees, saturation: 0.87, 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 #CDACF9 is Cyan = 0.18, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB205172249-
CMYK0.180.3100.02
HSL265.71º86.52%82.55%-
HSV(B)265.71º30.92%97.65%-
XYZ57.0349.3296.14-
YUV190.64160.93138.24-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 32.75%
GREEN value IS 172 (67.58% from 255) = 27.48%
BLUE value IS 249 (97.66% from 255) = 39.78%
R=32.75%
G=27.48%
B=39.78%

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
Decimal2051722490.180.3100.02265.7186.5282.55
HexCDACF9121F0210a5753
Octal315254371223702412127123
Binary110011011010110011111001100101111101010000101010101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDACF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDACF9; }

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

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

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

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

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

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

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

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