Html Css Color HEX #DBB8F6 Mauve

📋 copy color: '#DBB8F6'

red 219 ◦ green 184 ◦ blue 246

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

Shades of Mauve #DBB8F6

Tints of Mauve #DBB8F6

RGB

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

 GREEN value IS 184 (72.27% from 255) = 28.35%

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

R = 33.74%
G = 28.35%
B = 37.9%

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

#DBB8F6 (or 0xDBB8F6) is known color: Mauve. HEX triplet: DB, B8 and F6. RGB value is (219,184,246). Sum of RGB (Red+Green+Blue) = 219+184+246=649 (85% of max value = 765). Red value is 219 (85.94% from 255 or 33.74% from 649); Green value is 184 (72.27% from 255 or 28.35% from 649); Blue value is 246 (96.48% from 255 or 37.90% from 649); Max value from RGB is 246 - color contains mainly: blue. Hex color #DBB8F6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBB8F6 is #244709. Grayscale: #C9C9C9. Windows color (decimal): -2377482 or 16169179. OLE color: 16169179.

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

Color convert

RGB 219 184 246 -
CMYK 0.11 0.25 0 0.04
HSL 273.87º 0.78% 0.84% -
HSV(B) 273.87º 0.25% 0.96% -
XYZ 62.99 55.99 94.68 -
YUV 201.53 153.1 140.46 -
System Red Green Blue C M Y K H S L
Decimal 219 184 246 0.11 0.25 0 0.04 273.87 0.78 0.84
Hex DB B8 F6 B 19 0 4 112 4E 54
Octal 333 270 366 13 31 0 4 422 116 124
Binary 11011011 10111000 11110110 1011 11001 0 100 100010010 1001110 1010100

Color Harmonies of #DBB8F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB8F6

Black with #DBB8F6

Text Example


Text Example

White with #DBB8F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB8F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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