#DCC0FC

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

Shades of Mauve #DCC0FC

Tints of Mauve #DCC0FC

Color information

#DCC0FC (or 0xDCC0FC) is unknown color: approx Mauve. HEX triplet: DC, C0 and FC. RGB value is (220,192,252). Sum of RGB (Red+Green+Blue) = 220+192+252=664 (87% of max value = 765). Red value is 220 (86.33% from 255 or 33.13% from 664); Green value is 192 (75.39% from 255 or 28.92% from 664); Blue value is 252 (98.83% from 255 or 37.95% from 664); Max value from RGB is 252 - color contains mainly: blue. Hex color #DCC0FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCC0FC is #233F03. Grayscale: #CFCFCF. Windows color (decimal): -2309892 or 16564444. OLE color: 16564444.

HSL color Cylindrical-coordinate representation of color #DCC0FC: hue angle of 268º degrees, saturation: 0.91, 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 #DCC0FC is Cyan = 0.13, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB220192252-
CMYK0.130.2400.01
HSL268º90.91%87.06%-
HSV(B)268º23.81%98.82%-
XYZ65.9459.94100.19-
YUV207.21153.28137.12-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 33.13%
GREEN value IS 192 (75.39% from 255) = 28.92%
BLUE value IS 252 (98.83% from 255) = 37.95%
R=33.13%
G=28.92%
B=37.95%

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
Decimal2201922520.130.2400.0126890.9187.06
HexDCC0FCD180110c5b57
Octal334300374153001414133127
Binary1101110011000000111111001101110000110000110010110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC0FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC0FC; }

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

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

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

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

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

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

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

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