Html Css Color HEX #DBB3FF Mauve

📋 copy color: '#DBB3FF'

red 219 ◦ green 179 ◦ blue 255

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

Shades of Mauve #DBB3FF

Tints of Mauve #DBB3FF

RGB

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

 GREEN value IS 179 (70.31% from 255) = 27.41%

 BLUE value IS 255 (100% from 255) = 39.05%

R = 33.54%
G = 27.41%
B = 39.05%

CMYK

 C value IS 0.14

 M value IS 0.30

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#DBB3FF (or 0xDBB3FF) is known color: Mauve. HEX triplet: DB, B3 and FF. RGB value is (219,179,255). Sum of RGB (Red+Green+Blue) = 219+179+255=653 (86% of max value = 765). Red value is 219 (85.94% from 255 or 33.54% from 653); Green value is 179 (70.31% from 255 or 27.41% from 653); Blue value is 255 (100% from 255 or 39.05% from 653); Max value from RGB is 255 - color contains mainly: blue. Hex color #DBB3FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBB3FF is #244C00. Grayscale: #C7C7C7. Windows color (decimal): -2378753 or 16757723. OLE color: 16757723.

HSL color Cylindrical-coordinate representation of color #DBB3FF: hue angle of 271.58º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DBB3FF is Cyan = 0.14, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 219 179 255 -
CMYK 0.14 0.30 0 0
HSL 271.58º 1% 0.85% -
HSV(B) 271.58º 0.3% 1% -
XYZ 63.38 54.52 101.79 -
YUV 199.62 159.25 141.82 -
System Red Green Blue C M Y K H S L
Decimal 219 179 255 0.14 0.30 0 0 271.58 1 0.85
Hex DB B3 FF E 1E 0 0 110 64 55
Octal 333 263 377 16 36 0 0 420 144 125
Binary 11011011 10110011 11111111 1110 11110 0 0 100010000 1100100 1010101

Color Harmonies of #DBB3FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB3FF

Black with #DBB3FF

Text Example


Text Example

White with #DBB3FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB3FF; }

 p { color: rgb(219,179,255); }

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

background-color css

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

 a { background-color: rgb(219,179,255); }

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

border-color css

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

 span { border-color: rgb(219,179,255); }

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