Html Css Color HEX #DBB6F8 Mauve

📋 copy color: '#DBB6F8'

red 219 ◦ green 182 ◦ blue 248

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

Shades of Mauve #DBB6F8

Tints of Mauve #DBB6F8

RGB

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

 GREEN value IS 182 (71.48% from 255) = 28.04%

 BLUE value IS 248 (97.27% from 255) = 38.21%

R = 33.74%
G = 28.04%
B = 38.21%

CMYK

 C value IS 0.12

 M value IS 0.27

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#DBB6F8 (or 0xDBB6F8) is known color: Mauve. HEX triplet: DB, B6 and F8. RGB value is (219,182,248). Sum of RGB (Red+Green+Blue) = 219+182+248=649 (85% of max value = 765). Red value is 219 (85.94% from 255 or 33.74% from 649); Green value is 182 (71.48% from 255 or 28.04% from 649); Blue value is 248 (97.27% from 255 or 38.21% from 649); Max value from RGB is 248 - color contains mainly: blue. Hex color #DBB6F8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBB6F8 is #244907. Grayscale: #C8C8C8. Windows color (decimal): -2377992 or 16299739. OLE color: 16299739.

HSL color Cylindrical-coordinate representation of color #DBB6F8: hue angle of 273.64º degrees, saturation: 0.82, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DBB6F8 is Cyan = 0.12, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 219 182 248 -
CMYK 0.12 0.27 0 0.03
HSL 273.64º 0.83% 0.84% -
HSV(B) 273.64º 0.27% 0.97% -
XYZ 62.88 55.29 96.17 -
YUV 200.59 154.76 141.13 -
System Red Green Blue C M Y K H S L
Decimal 219 182 248 0.12 0.27 0 0.03 273.64 0.83 0.84
Hex DB B6 F8 C 1B 0 3 112 52 54
Octal 333 266 370 14 33 0 3 422 122 124
Binary 11011011 10110110 11111000 1100 11011 0 11 100010010 1010010 1010100

Color Harmonies of #DBB6F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB6F8

Black with #DBB6F8

Text Example


Text Example

White with #DBB6F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB6F8; }

 p { color: rgb(219,182,248); }

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

background-color css

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

 a { background-color: rgb(219,182,248); }

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

border-color css

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

 span { border-color: rgb(219,182,248); }

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