Html Css Color HEX #DCC1FF Mauve

📋 copy color: '#DCC1FF'

red 220 ◦ green 193 ◦ blue 255

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

Shades of Mauve #DCC1FF

Tints of Mauve #DCC1FF

RGB

 RED value IS 220 (86.33% from 255) = 32.93%

 GREEN value IS 193 (75.78% from 255) = 28.89%

 BLUE value IS 255 (100% from 255) = 38.17%

R = 32.93%
G = 28.89%
B = 38.17%

CMYK

 C value IS 0.14

 M value IS 0.24

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#DCC1FF (or 0xDCC1FF) is known color: Mauve. HEX triplet: DC, C1 and FF. RGB value is (220,193,255). Sum of RGB (Red+Green+Blue) = 220+193+255=668 (88% of max value = 765). Red value is 220 (86.33% from 255 or 32.93% from 668); Green value is 193 (75.78% from 255 or 28.89% from 668); Blue value is 255 (100% from 255 or 38.17% from 668); Max value from RGB is 255 - color contains mainly: blue. Hex color #DCC1FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCC1FF is #233E00. Grayscale: #CFCFCF. Windows color (decimal): -2309633 or 16761308. OLE color: 16761308.

HSL color Cylindrical-coordinate representation of color #DCC1FF: hue angle of 266.13º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DCC1FF is Cyan = 0.14, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 220 193 255 -
CMYK 0.14 0.24 0 0
HSL 266.13º 1% 0.88% -
HSV(B) 266.13º 0.24% 1% -
XYZ 66.64 60.58 102.79 -
YUV 208.14 154.45 136.46 -
System Red Green Blue C M Y K H S L
Decimal 220 193 255 0.14 0.24 0 0 266.13 1 0.88
Hex DC C1 FF E 18 0 0 10A 64 58
Octal 334 301 377 16 30 0 0 412 144 130
Binary 11011100 11000001 11111111 1110 11000 0 0 100001010 1100100 1011000

Color Harmonies of #DCC1FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC1FF

Black with #DCC1FF

Text Example


Text Example

White with #DCC1FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC1FF; }

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

 H1.HeaderClassName
 {
   color: #DCC1FF;
 }
 .AnyTagClassName
 {
   color: #DCC1FF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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