#CDACF5

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

Shades of Mauve #CDACF5

Tints of Mauve #CDACF5

Color information

#CDACF5 (or 0xCDACF5) is unknown color: approx Mauve. HEX triplet: CD, AC and F5. RGB value is (205,172,245). Sum of RGB (Red+Green+Blue) = 205+172+245=622 (82% of max value = 765). Red value is 205 (80.47% from 255 or 32.96% from 622); Green value is 172 (67.58% from 255 or 27.65% from 622); Blue value is 245 (96.09% from 255 or 39.39% from 622); Max value from RGB is 245 - color contains mainly: blue. Hex color #CDACF5 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CDACF5 is #32530A. Grayscale: #BDBDBD. Windows color (decimal): -3298059 or 16100557. OLE color: 16100557.

HSL color Cylindrical-coordinate representation of color #CDACF5: hue angle of 267.12º degrees, saturation: 0.78, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CDACF5 is Cyan = 0.16, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB205172245-
CMYK0.160.3000.04
HSL267.12º78.49%81.76%-
HSV(B)267.12º29.8%96.08%-
XYZ56.4149.0892.89-
YUV190.19158.93138.56-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 32.96%
GREEN value IS 172 (67.58% from 255) = 27.65%
BLUE value IS 245 (96.09% from 255) = 39.39%
R=32.96%
G=27.65%
B=39.39%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2051722450.160.3000.04267.1278.4981.76
HexCDACF5101E0410b4e52
Octal315254365203604413116122
Binary1100110110101100111101011000011110010010000101110011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDACF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDACF5; }

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

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

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

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

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

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

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

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