#CDACFF

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

Shades of Mauve #CDACFF

Tints of Mauve #CDACFF

Color information

#CDACFF (or 0xCDACFF) is unknown color: approx Mauve. HEX triplet: CD, AC and FF. RGB value is (205,172,255). Sum of RGB (Red+Green+Blue) = 205+172+255=632 (83% of max value = 765). Red value is 205 (80.47% from 255 or 32.44% from 632); Green value is 172 (67.58% from 255 or 27.22% from 632); Blue value is 255 (100% from 255 or 40.35% from 632); Max value from RGB is 255 - color contains mainly: blue. Hex color #CDACFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CDACFF is #325300. Grayscale: #BFBFBF. Windows color (decimal): -3298049 or 16755917. OLE color: 16755917.

HSL color Cylindrical-coordinate representation of color #CDACFF: hue angle of 263.86º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CDACFF is Cyan = 0.20, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB205172255-
CMYK0.200.3300
HSL263.86º100%83.73%-
HSV(B)263.86º32.55%100%-
XYZ57.9849.7101.15-
YUV191.33163.93137.75-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 32.44%
GREEN value IS 172 (67.58% from 255) = 27.22%
BLUE value IS 255 (100% from 255) = 40.35%
R=32.44%
G=27.22%
B=40.35%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2051722550.200.3300263.8610083.73
HexCDACFF1421001086454
Octal315254377244100410144124
Binary110011011010110011111111101001000010010000100011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDACFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDACFF; }

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

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

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

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

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

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

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

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