#DCC1FD

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

Shades of Mauve #DCC1FD

Tints of Mauve #DCC1FD

Color information

#DCC1FD (or 0xDCC1FD) is unknown color: approx Mauve. HEX triplet: DC, C1 and FD. RGB value is (220,193,253). Sum of RGB (Red+Green+Blue) = 220+193+253=666 (88% of max value = 765). Red value is 220 (86.33% from 255 or 33.03% from 666); Green value is 193 (75.78% from 255 or 28.98% from 666); Blue value is 253 (99.22% from 255 or 37.99% from 666); Max value from RGB is 253 - color contains mainly: blue. Hex color #DCC1FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCC1FD is #233E02. Grayscale: #CFCFCF. Windows color (decimal): -2309635 or 16630236. OLE color: 16630236.

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

Color convert

RGB220193253-
CMYK0.130.2400.01
HSL267º93.75%87.45%-
HSV(B)267º23.72%99.22%-
XYZ66.3160.45101.1-
YUV207.91153.45136.62-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 33.03%
GREEN value IS 193 (75.78% from 255) = 28.98%
BLUE value IS 253 (99.22% from 255) = 37.99%
R=33.03%
G=28.98%
B=37.99%

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
Decimal2201932530.130.2400.0126793.7587.45
HexDCC1FDD180110b5e57
Octal334301375153001413136127
Binary1101110011000001111111011101110000110000101110111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC1FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC1FD; }

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

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

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

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

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

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

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

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