Html Css Color HEX #DBB0FB Mauve

📋 copy color: '#DBB0FB'

red 219 ◦ green 176 ◦ blue 251

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

Shades of Mauve #DBB0FB

Tints of Mauve #DBB0FB

RGB

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

 GREEN value IS 176 (69.14% from 255) = 27.24%

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

R = 33.9%
G = 27.24%
B = 38.85%

CMYK

 C value IS 0.13

 M value IS 0.30

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DBB0FB (or 0xDBB0FB) is known color: Mauve. HEX triplet: DB, B0 and FB. RGB value is (219,176,251). Sum of RGB (Red+Green+Blue) = 219+176+251=646 (85% of max value = 765). Red value is 219 (85.94% from 255 or 33.90% from 646); Green value is 176 (69.14% from 255 or 27.24% from 646); Blue value is 251 (98.44% from 255 or 38.85% from 646); Max value from RGB is 251 - color contains mainly: blue. Hex color #DBB0FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DBB0FB is #244F04. Grayscale: #C5C5C5. Windows color (decimal): -2379525 or 16494811. OLE color: 16494811.

HSL color Cylindrical-coordinate representation of color #DBB0FB: hue angle of 274.4º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DBB0FB is Cyan = 0.13, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 219 176 251 -
CMYK 0.13 0.30 0 0.02
HSL 274.4º 0.9% 0.84% -
HSV(B) 274.4º 0.3% 0.98% -
XYZ 62.15 53.08 98.24 -
YUV 197.41 158.25 143.4 -
System Red Green Blue C M Y K H S L
Decimal 219 176 251 0.13 0.30 0 0.02 274.4 0.9 0.84
Hex DB B0 FB D 1E 0 2 112 5A 54
Octal 333 260 373 15 36 0 2 422 132 124
Binary 11011011 10110000 11111011 1101 11110 0 10 100010010 1011010 1010100

Color Harmonies of #DBB0FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB0FB

Black with #DBB0FB

Text Example


Text Example

White with #DBB0FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB0FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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