Html Css Color HEX #DBB5FA Mauve

📋 copy color: '#DBB5FA'

red 219 ◦ green 181 ◦ blue 250

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

Shades of Mauve #DBB5FA

Tints of Mauve #DBB5FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 38.46%

R = 33.69%
G = 27.85%
B = 38.46%

CMYK

 C value IS 0.12

 M value IS 0.28

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DBB5FA (or 0xDBB5FA) is known color: Mauve. HEX triplet: DB, B5 and FA. RGB value is (219,181,250). Sum of RGB (Red+Green+Blue) = 219+181+250=650 (86% of max value = 765). Red value is 219 (85.94% from 255 or 33.69% from 650); Green value is 181 (71.09% from 255 or 27.85% from 650); Blue value is 250 (98.05% from 255 or 38.46% from 650); Max value from RGB is 250 - color contains mainly: blue. Hex color #DBB5FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBB5FA is #244A05. Grayscale: #C7C7C7. Windows color (decimal): -2378246 or 16430555. OLE color: 16430555.

HSL color Cylindrical-coordinate representation of color #DBB5FA: hue angle of 273.04º degrees, saturation: 0.87, 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 #DBB5FA is Cyan = 0.12, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 219 181 250 -
CMYK 0.12 0.28 0 0.02
HSL 273.04º 0.87% 0.85% -
HSV(B) 273.04º 0.28% 0.98% -
XYZ 62.99 55.01 97.74 -
YUV 200.23 156.09 141.39 -
System Red Green Blue C M Y K H S L
Decimal 219 181 250 0.12 0.28 0 0.02 273.04 0.87 0.85
Hex DB B5 FA C 1C 0 2 111 57 55
Octal 333 265 372 14 34 0 2 421 127 125
Binary 11011011 10110101 11111010 1100 11100 0 10 100010001 1010111 1010101

Color Harmonies of #DBB5FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB5FA

Black with #DBB5FA

Text Example


Text Example

White with #DBB5FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB5FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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