#CDACFD

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

Shades of Mauve #CDACFD

Tints of Mauve #CDACFD

Color information

#CDACFD (or 0xCDACFD) is unknown color: approx Mauve. HEX triplet: CD, AC and FD. RGB value is (205,172,253). Sum of RGB (Red+Green+Blue) = 205+172+253=630 (83% of max value = 765). Red value is 205 (80.47% from 255 or 32.54% from 630); Green value is 172 (67.58% from 255 or 27.30% from 630); Blue value is 253 (99.22% from 255 or 40.16% from 630); Max value from RGB is 253 - color contains mainly: blue. Hex color #CDACFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CDACFD is #325302. Grayscale: #BEBEBE. Windows color (decimal): -3298051 or 16624845. OLE color: 16624845.

HSL color Cylindrical-coordinate representation of color #CDACFD: hue angle of 264.44º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CDACFD is Cyan = 0.19, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB205172253-
CMYK0.190.3200.01
HSL264.44º95.29%83.33%-
HSV(B)264.44º32.02%99.22%-
XYZ57.6649.5899.46-
YUV191.1162.93137.91-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 32.54%
GREEN value IS 172 (67.58% from 255) = 27.30%
BLUE value IS 253 (99.22% from 255) = 40.16%
R=32.54%
G=27.30%
B=40.16%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2051722530.190.3200.01264.4495.2983.33
HexCDACFD1320011085f53
Octal315254375234001410137123
Binary110011011010110011111101100111000000110000100010111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDACFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDACFD; }

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

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

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

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

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

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

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

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