Html Css Color HEX #DBB7FB Mauve

📋 copy color: '#DBB7FB'

red 219 ◦ green 183 ◦ blue 251

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

Shades of Mauve #DBB7FB

Tints of Mauve #DBB7FB

RGB

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

 GREEN value IS 183 (71.88% from 255) = 28.02%

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

R = 33.54%
G = 28.02%
B = 38.44%

CMYK

 C value IS 0.13

 M value IS 0.27

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DBB7FB (or 0xDBB7FB) is known color: Mauve. HEX triplet: DB, B7 and FB. RGB value is (219,183,251). Sum of RGB (Red+Green+Blue) = 219+183+251=653 (86% of max value = 765). Red value is 219 (85.94% from 255 or 33.54% from 653); Green value is 183 (71.88% from 255 or 28.02% from 653); Blue value is 251 (98.44% from 255 or 38.44% from 653); Max value from RGB is 251 - color contains mainly: blue. Hex color #DBB7FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBB7FB is #244804. Grayscale: #C9C9C9. Windows color (decimal): -2377733 or 16496603. OLE color: 16496603.

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

Color convert

RGB 219 183 251 -
CMYK 0.13 0.27 0 0.02
HSL 271.76º 0.89% 0.85% -
HSV(B) 271.76º 0.27% 0.98% -
XYZ 63.56 55.89 98.71 -
YUV 201.52 155.93 140.47 -
System Red Green Blue C M Y K H S L
Decimal 219 183 251 0.13 0.27 0 0.02 271.76 0.89 0.85
Hex DB B7 FB D 1B 0 2 110 59 55
Octal 333 267 373 15 33 0 2 420 131 125
Binary 11011011 10110111 11111011 1101 11011 0 10 100010000 1011001 1010101

Color Harmonies of #DBB7FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB7FB

Black with #DBB7FB

Text Example


Text Example

White with #DBB7FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB7FB; }

 p { color: rgb(219,183,251); }

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

background-color css

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

 a { background-color: rgb(219,183,251); }

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

border-color css

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

 span { border-color: rgb(219,183,251); }

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