#CDACF8

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

Shades of Mauve #CDACF8

Tints of Mauve #CDACF8

Color information

#CDACF8 (or 0xCDACF8) is unknown color: approx Mauve. HEX triplet: CD, AC and F8. RGB value is (205,172,248). Sum of RGB (Red+Green+Blue) = 205+172+248=625 (82% of max value = 765). Red value is 205 (80.47% from 255 or 32.8% from 625); Green value is 172 (67.58% from 255 or 27.52% from 625); Blue value is 248 (97.27% from 255 or 39.68% from 625); Max value from RGB is 248 - color contains mainly: blue. Hex color #CDACF8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CDACF8 is #325307. Grayscale: #BEBEBE. Windows color (decimal): -3298056 or 16297165. OLE color: 16297165.

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

Color convert

RGB205172248-
CMYK0.170.3100.03
HSL266.05º84.44%82.35%-
HSV(B)266.05º30.65%97.25%-
XYZ56.8749.2695.32-
YUV190.53160.43138.32-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 32.8%
GREEN value IS 172 (67.58% from 255) = 27.52%
BLUE value IS 248 (97.27% from 255) = 39.68%
R=32.8%
G=27.52%
B=39.68%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2051722480.170.3100.03266.0584.4482.35
HexCDACF8111F0310a5452
Octal315254370213703412124122
Binary110011011010110011111000100011111101110000101010101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDACF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDACF8; }

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

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

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

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

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

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

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

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