Html Css Color HEX #DCB9FC Mauve

📋 copy color: '#DCB9FC'

red 220 ◦ green 185 ◦ blue 252

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

Shades of Mauve #DCB9FC

Tints of Mauve #DCB9FC

RGB

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

 GREEN value IS 185 (72.66% from 255) = 28.16%

 BLUE value IS 252 (98.83% from 255) = 38.36%

R = 33.49%
G = 28.16%
B = 38.36%

CMYK

 C value IS 0.13

 M value IS 0.27

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#DCB9FC (or 0xDCB9FC) is known color: Mauve. HEX triplet: DC, B9 and FC. RGB value is (220,185,252). Sum of RGB (Red+Green+Blue) = 220+185+252=657 (87% of max value = 765). Red value is 220 (86.33% from 255 or 33.49% from 657); Green value is 185 (72.66% from 255 or 28.16% from 657); Blue value is 252 (98.83% from 255 or 38.36% from 657); Max value from RGB is 252 - color contains mainly: blue. Hex color #DCB9FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCB9FC is #234603. Grayscale: #CACACA. Windows color (decimal): -2311684 or 16562652. OLE color: 16562652.

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

Color convert

RGB 220 185 252 -
CMYK 0.13 0.27 0 0.01
HSL 271.34º 0.92% 0.86% -
HSV(B) 271.34º 0.27% 0.99% -
XYZ 64.43 56.94 99.69 -
YUV 203.1 155.6 140.05 -
System Red Green Blue C M Y K H S L
Decimal 220 185 252 0.13 0.27 0 0.01 271.34 0.92 0.86
Hex DC B9 FC D 1B 0 1 10F 5C 56
Octal 334 271 374 15 33 0 1 417 134 126
Binary 11011100 10111001 11111100 1101 11011 0 1 100001111 1011100 1010110

Color Harmonies of #DCB9FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB9FC

Black with #DCB9FC

Text Example


Text Example

White with #DCB9FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB9FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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