#DCC0F9

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

Shades of Mauve #DCC0F9

Tints of Mauve #DCC0F9

Color information

#DCC0F9 (or 0xDCC0F9) is unknown color: approx Mauve. HEX triplet: DC, C0 and F9. RGB value is (220,192,249). Sum of RGB (Red+Green+Blue) = 220+192+249=661 (87% of max value = 765). Red value is 220 (86.33% from 255 or 33.28% from 661); Green value is 192 (75.39% from 255 or 29.05% from 661); Blue value is 249 (97.66% from 255 or 37.67% from 661); Max value from RGB is 249 - color contains mainly: blue. Hex color #DCC0F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCC0F9 is #233F06. Grayscale: #CECECE. Windows color (decimal): -2309895 or 16367836. OLE color: 16367836.

HSL color Cylindrical-coordinate representation of color #DCC0F9: hue angle of 269.47º degrees, saturation: 0.83, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DCC0F9 is Cyan = 0.12, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB220192249-
CMYK0.120.2300.02
HSL269.47º82.61%86.47%-
HSV(B)269.47º22.89%97.65%-
XYZ65.4659.7597.71-
YUV206.87151.78137.37-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 33.28%
GREEN value IS 192 (75.39% from 255) = 29.05%
BLUE value IS 249 (97.66% from 255) = 37.67%
R=33.28%
G=29.05%
B=37.67%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2201922490.120.2300.02269.4782.6186.47
HexDCC0F9C170210d5356
Octal334300371142702415123126
Binary11011100110000001111100111001011101010000110110100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC0F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC0F9; }

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

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

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

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

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

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

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

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