Html Css Color HEX #DCC0FC Mauve

📋 copy color: '#DCC0FC'

red 220 ◦ green 192 ◦ blue 252

#DCC0FC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mauve #DCC0FC

Tints of Mauve #DCC0FC

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 value IS 0.13

 M value IS 0.24

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#DCC0FC (or 0xDCC0FC) is known color: 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

RGB 220 192 252 -
CMYK 0.13 0.24 0 0.01
HSL 268º 0.91% 0.87% -
HSV(B) 268º 0.24% 0.99% -
XYZ 65.94 59.94 100.19 -
YUV 207.21 153.28 137.12 -
System Red Green Blue C M Y K H S L
Decimal 220 192 252 0.13 0.24 0 0.01 268 0.91 0.87
Hex DC C0 FC D 18 0 1 10C 5B 57
Octal 334 300 374 15 30 0 1 414 133 127
Binary 11011100 11000000 11111100 1101 11000 0 1 100001100 1011011 1010111

Color Harmonies of #DCC0FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC0FC

Black with #DCC0FC

Text Example


Text Example

White with #DCC0FC

Text Example


Text Example

HTML Codes & Css Web 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>