Html Css Color HEX #DBB6FC Mauve

📋 copy color: '#DBB6FC'

red 219 ◦ green 182 ◦ blue 252

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

Shades of Mauve #DBB6FC

Tints of Mauve #DBB6FC

RGB

 RED value IS 219 (85.94% from 255) = 33.54%

 GREEN value IS 182 (71.48% from 255) = 27.87%

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

R = 33.54%
G = 27.87%
B = 38.59%

CMYK

 C value IS 0.13

 M value IS 0.28

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#DBB6FC (or 0xDBB6FC) is known color: Mauve. HEX triplet: DB, B6 and FC. RGB value is (219,182,252). Sum of RGB (Red+Green+Blue) = 219+182+252=653 (86% of max value = 765). Red value is 219 (85.94% from 255 or 33.54% from 653); Green value is 182 (71.48% from 255 or 27.87% from 653); Blue value is 252 (98.83% from 255 or 38.59% from 653); Max value from RGB is 252 - color contains mainly: blue. Hex color #DBB6FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBB6FC is #244903. Grayscale: #C8C8C8. Windows color (decimal): -2377988 or 16561883. OLE color: 16561883.

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

Color convert

RGB 219 182 252 -
CMYK 0.13 0.28 0 0.01
HSL 271.71º 0.92% 0.85% -
HSV(B) 271.71º 0.28% 0.99% -
XYZ 63.51 55.54 99.47 -
YUV 201.04 156.76 140.81 -
System Red Green Blue C M Y K H S L
Decimal 219 182 252 0.13 0.28 0 0.01 271.71 0.92 0.85
Hex DB B6 FC D 1C 0 1 110 5C 55
Octal 333 266 374 15 34 0 1 420 134 125
Binary 11011011 10110110 11111100 1101 11100 0 1 100010000 1011100 1010101

Color Harmonies of #DBB6FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB6FC

Black with #DBB6FC

Text Example


Text Example

White with #DBB6FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB6FC; }

 p { color: rgb(219,182,252); }

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

background-color css

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

 a { background-color: rgb(219,182,252); }

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

border-color css

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

 span { border-color: rgb(219,182,252); }

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