Html Css Color HEX #DBB0F9 Mauve

📋 copy color: '#DBB0F9'

red 219 ◦ green 176 ◦ blue 249

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

Shades of Mauve #DBB0F9

Tints of Mauve #DBB0F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 38.66%

R = 34.01%
G = 27.33%
B = 38.66%

CMYK

 C value IS 0.12

 M value IS 0.29

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DBB0F9 (or 0xDBB0F9) is known color: Mauve. HEX triplet: DB, B0 and F9. RGB value is (219,176,249). Sum of RGB (Red+Green+Blue) = 219+176+249=644 (85% of max value = 765). Red value is 219 (85.94% from 255 or 34.01% from 644); Green value is 176 (69.14% from 255 or 27.33% from 644); Blue value is 249 (97.66% from 255 or 38.66% from 644); Max value from RGB is 249 - color contains mainly: blue. Hex color #DBB0F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DBB0F9 is #244F06. Grayscale: #C4C4C4. Windows color (decimal): -2379527 or 16363739. OLE color: 16363739.

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

Color convert

RGB 219 176 249 -
CMYK 0.12 0.29 0 0.02
HSL 275.34º 0.86% 0.83% -
HSV(B) 275.34º 0.29% 0.98% -
XYZ 61.84 52.95 96.58 -
YUV 197.18 157.25 143.56 -
System Red Green Blue C M Y K H S L
Decimal 219 176 249 0.12 0.29 0 0.02 275.34 0.86 0.83
Hex DB B0 F9 C 1D 0 2 113 56 53
Octal 333 260 371 14 35 0 2 423 126 123
Binary 11011011 10110000 11111001 1100 11101 0 10 100010011 1010110 1010011

Color Harmonies of #DBB0F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB0F9

Black with #DBB0F9

Text Example


Text Example

White with #DBB0F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB0F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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