#DCC1FC

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

Shades of Mauve #DCC1FC

Tints of Mauve #DCC1FC

Color information

#DCC1FC (or 0xDCC1FC) is unknown color: approx Mauve. HEX triplet: DC, C1 and FC. RGB value is (220,193,252). Sum of RGB (Red+Green+Blue) = 220+193+252=665 (88% of max value = 765). Red value is 220 (86.33% from 255 or 33.08% from 665); Green value is 193 (75.78% from 255 or 29.02% from 665); Blue value is 252 (98.83% from 255 or 37.89% from 665); Max value from RGB is 252 - color contains mainly: blue. Hex color #DCC1FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCC1FC is #233E03. Grayscale: #CFCFCF. Windows color (decimal): -2309636 or 16564700. OLE color: 16564700.

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

Color convert

RGB220193252-
CMYK0.130.2300.01
HSL267.46º90.77%87.25%-
HSV(B)267.46º23.41%98.82%-
XYZ66.1660.38100.26-
YUV207.8152.95136.7-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 33.08%
GREEN value IS 193 (75.78% from 255) = 29.02%
BLUE value IS 252 (98.83% from 255) = 37.89%
R=33.08%
G=29.02%
B=37.89%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2201932520.130.2300.01267.4690.7787.25
HexDCC1FCD170110b5b57
Octal334301374152701413133127
Binary1101110011000001111111001101101110110000101110110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC1FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC1FC; }

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

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

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

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

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

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

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

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