Html Css Color HEX #DBB9FB Mauve

📋 copy color: '#DBB9FB'

red 219 ◦ green 185 ◦ blue 251

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

Shades of Mauve #DBB9FB

Tints of Mauve #DBB9FB

RGB

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

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

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

R = 33.44%
G = 28.24%
B = 38.32%

CMYK

 C value IS 0.13

 M value IS 0.26

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DBB9FB (or 0xDBB9FB) is known color: Mauve. HEX triplet: DB, B9 and FB. RGB value is (219,185,251). Sum of RGB (Red+Green+Blue) = 219+185+251=655 (86% of max value = 765). Red value is 219 (85.94% from 255 or 33.44% from 655); Green value is 185 (72.66% from 255 or 28.24% from 655); Blue value is 251 (98.44% from 255 or 38.32% from 655); Max value from RGB is 251 - color contains mainly: blue. Hex color #DBB9FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBB9FB is #244604. Grayscale: #CACACA. Windows color (decimal): -2377221 or 16497115. OLE color: 16497115.

HSL color Cylindrical-coordinate representation of color #DBB9FB: hue angle of 270.91º 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 #DBB9FB is Cyan = 0.13, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 219 185 251 -
CMYK 0.13 0.26 0 0.02
HSL 270.91º 0.89% 0.85% -
HSV(B) 270.91º 0.26% 0.98% -
XYZ 63.97 56.72 98.84 -
YUV 202.69 155.26 139.63 -
System Red Green Blue C M Y K H S L
Decimal 219 185 251 0.13 0.26 0 0.02 270.91 0.89 0.85
Hex DB B9 FB D 1A 0 2 10F 59 55
Octal 333 271 373 15 32 0 2 417 131 125
Binary 11011011 10111001 11111011 1101 11010 0 10 100001111 1011001 1010101

Color Harmonies of #DBB9FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB9FB

Black with #DBB9FB

Text Example


Text Example

White with #DBB9FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB9FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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