Html Css Color HEX #DCB9FB Mauve

📋 copy color: '#DCB9FB'

red 220 ◦ green 185 ◦ blue 251

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

Shades of Mauve #DCB9FB

Tints of Mauve #DCB9FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 38.26%

R = 33.54%
G = 28.2%
B = 38.26%

CMYK

 C value IS 0.12

 M value IS 0.26

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DCB9FB (or 0xDCB9FB) is known color: Mauve. HEX triplet: DC, B9 and FB. RGB value is (220,185,251). Sum of RGB (Red+Green+Blue) = 220+185+251=656 (86% of max value = 765). Red value is 220 (86.33% from 255 or 33.54% from 656); Green value is 185 (72.66% from 255 or 28.20% from 656); Blue value is 251 (98.44% from 255 or 38.26% from 656); Max value from RGB is 251 - color contains mainly: blue. Hex color #DCB9FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCB9FB is #234604. Grayscale: #CACACA. Windows color (decimal): -2311685 or 16497116. OLE color: 16497116.

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

Color convert

RGB 220 185 251 -
CMYK 0.12 0.26 0 0.02
HSL 271.82º 0.89% 0.85% -
HSV(B) 271.82º 0.26% 0.98% -
XYZ 64.28 56.88 98.86 -
YUV 202.99 155.1 140.13 -
System Red Green Blue C M Y K H S L
Decimal 220 185 251 0.12 0.26 0 0.02 271.82 0.89 0.85
Hex DC B9 FB C 1A 0 2 110 59 55
Octal 334 271 373 14 32 0 2 420 131 125
Binary 11011100 10111001 11111011 1100 11010 0 10 100010000 1011001 1010101

Color Harmonies of #DCB9FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB9FB

Black with #DCB9FB

Text Example


Text Example

White with #DCB9FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB9FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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