Html Css Color HEX #DBB5FB Mauve

📋 copy color: '#DBB5FB'

red 219 ◦ green 181 ◦ blue 251

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

Shades of Mauve #DBB5FB

Tints of Mauve #DBB5FB

RGB

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

 GREEN value IS 181 (71.09% from 255) = 27.8%

 BLUE value IS 251 (98.44% from 255) = 38.56%

R = 33.64%
G = 27.8%
B = 38.56%

CMYK

 C value IS 0.13

 M value IS 0.28

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DBB5FB (or 0xDBB5FB) is known color: Mauve. HEX triplet: DB, B5 and FB. RGB value is (219,181,251). Sum of RGB (Red+Green+Blue) = 219+181+251=651 (86% of max value = 765). Red value is 219 (85.94% from 255 or 33.64% from 651); Green value is 181 (71.09% from 255 or 27.80% from 651); Blue value is 251 (98.44% from 255 or 38.56% from 651); Max value from RGB is 251 - color contains mainly: blue. Hex color #DBB5FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBB5FB is #244A04. Grayscale: #C8C8C8. Windows color (decimal): -2378245 or 16496091. OLE color: 16496091.

HSL color Cylindrical-coordinate representation of color #DBB5FB: hue angle of 272.57º degrees, saturation: 0.9, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DBB5FB is Cyan = 0.13, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 219 181 251 -
CMYK 0.13 0.28 0 0.02
HSL 272.57º 0.9% 0.85% -
HSV(B) 272.57º 0.28% 0.98% -
XYZ 63.15 55.07 98.57 -
YUV 200.34 156.59 141.31 -
System Red Green Blue C M Y K H S L
Decimal 219 181 251 0.13 0.28 0 0.02 272.57 0.9 0.85
Hex DB B5 FB D 1C 0 2 111 5A 55
Octal 333 265 373 15 34 0 2 421 132 125
Binary 11011011 10110101 11111011 1101 11100 0 10 100010001 1011010 1010101

Color Harmonies of #DBB5FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB5FB

Black with #DBB5FB

Text Example


Text Example

White with #DBB5FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB5FB; }

 p { color: rgb(219,181,251); }

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

background-color css

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

 a { background-color: rgb(219,181,251); }

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

border-color css

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

 span { border-color: rgb(219,181,251); }

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