#DCC0FD

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

Shades of Mauve #DCC0FD

Tints of Mauve #DCC0FD

Color information

#DCC0FD (or 0xDCC0FD) is unknown color: approx Mauve. HEX triplet: DC, C0 and FD. RGB value is (220,192,253). Sum of RGB (Red+Green+Blue) = 220+192+253=665 (88% of max value = 765). Red value is 220 (86.33% from 255 or 33.08% from 665); Green value is 192 (75.39% from 255 or 28.87% from 665); Blue value is 253 (99.22% from 255 or 38.05% from 665); Max value from RGB is 253 - color contains mainly: blue. Hex color #DCC0FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCC0FD is #233F02. Grayscale: #CFCFCF. Windows color (decimal): -2309891 or 16629980. OLE color: 16629980.

HSL color Cylindrical-coordinate representation of color #DCC0FD: hue angle of 267.54º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DCC0FD is Cyan = 0.13, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB220192253-
CMYK0.130.2400.01
HSL267.54º93.85%87.25%-
HSV(B)267.54º24.11%99.22%-
XYZ66.0960.01101.03-
YUV207.33153.78137.04-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 33.08%
GREEN value IS 192 (75.39% from 255) = 28.87%
BLUE value IS 253 (99.22% from 255) = 38.05%
R=33.08%
G=28.87%
B=38.05%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2201922530.130.2400.01267.5493.8587.25
HexDCC0FDD180110c5e57
Octal334300375153001414136127
Binary1101110011000000111111011101110000110000110010111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC0FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC0FD; }

 p { color: rgb(220,192,253); }

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

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

 a { background-color: rgb(220,192,253); }

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

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

 span { border-color: rgb(220,192,253); }

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