Html Css Color HEX #DBB6FF Mauve

📋 copy color: '#DBB6FF'

red 219 ◦ green 182 ◦ blue 255

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

Shades of Mauve #DBB6FF

Tints of Mauve #DBB6FF

RGB

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

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

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

R = 33.38%
G = 27.74%
B = 38.87%

CMYK

 C value IS 0.14

 M value IS 0.29

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#DBB6FF (or 0xDBB6FF) is known color: Mauve. HEX triplet: DB, B6 and FF. RGB value is (219,182,255). Sum of RGB (Red+Green+Blue) = 219+182+255=656 (86% of max value = 765). Red value is 219 (85.94% from 255 or 33.38% from 656); Green value is 182 (71.48% from 255 or 27.74% from 656); Blue value is 255 (100% from 255 or 38.87% from 656); Max value from RGB is 255 - color contains mainly: blue. Hex color #DBB6FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBB6FF is #244900. Grayscale: #C9C9C9. Windows color (decimal): -2377985 or 16758491. OLE color: 16758491.

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

Color convert

RGB 219 182 255 -
CMYK 0.14 0.29 0 0
HSL 270.41º 1% 0.86% -
HSV(B) 270.41º 0.29% 1% -
XYZ 63.99 55.74 101.99 -
YUV 201.39 158.26 140.56 -
System Red Green Blue C M Y K H S L
Decimal 219 182 255 0.14 0.29 0 0 270.41 1 0.86
Hex DB B6 FF E 1D 0 0 10E 64 56
Octal 333 266 377 16 35 0 0 416 144 126
Binary 11011011 10110110 11111111 1110 11101 0 0 100001110 1100100 1010110

Color Harmonies of #DBB6FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB6FF

Black with #DBB6FF

Text Example


Text Example

White with #DBB6FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB6FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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