Html Css Color HEX #DBB9F6 Mauve

📋 copy color: '#DBB9F6'

red 219 ◦ green 185 ◦ blue 246

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

Shades of Mauve #DBB9F6

Tints of Mauve #DBB9F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 37.85%

R = 33.69%
G = 28.46%
B = 37.85%

CMYK

 C value IS 0.11

 M value IS 0.25

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#DBB9F6 (or 0xDBB9F6) is known color: Mauve. HEX triplet: DB, B9 and F6. RGB value is (219,185,246). Sum of RGB (Red+Green+Blue) = 219+185+246=650 (86% of max value = 765). Red value is 219 (85.94% from 255 or 33.69% from 650); Green value is 185 (72.66% from 255 or 28.46% from 650); Blue value is 246 (96.48% from 255 or 37.85% from 650); Max value from RGB is 246 - color contains mainly: blue. Hex color #DBB9F6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBB9F6 is #244609. Grayscale: #C9C9C9. Windows color (decimal): -2377226 or 16169435. OLE color: 16169435.

HSL color Cylindrical-coordinate representation of color #DBB9F6: hue angle of 273.44º degrees, saturation: 0.77, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DBB9F6 is Cyan = 0.11, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 219 185 246 -
CMYK 0.11 0.25 0 0.04
HSL 273.44º 0.77% 0.85% -
HSV(B) 273.44º 0.25% 0.96% -
XYZ 63.2 56.41 94.75 -
YUV 202.12 152.76 140.04 -
System Red Green Blue C M Y K H S L
Decimal 219 185 246 0.11 0.25 0 0.04 273.44 0.77 0.85
Hex DB B9 F6 B 19 0 4 111 4D 55
Octal 333 271 366 13 31 0 4 421 115 125
Binary 11011011 10111001 11110110 1011 11001 0 100 100010001 1001101 1010101

Color Harmonies of #DBB9F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB9F6

Black with #DBB9F6

Text Example


Text Example

White with #DBB9F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB9F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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