Html Css Color HEX #DBB9FA Mauve

📋 copy color: '#DBB9FA'

red 219 ◦ green 185 ◦ blue 250

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

Shades of Mauve #DBB9FA

Tints of Mauve #DBB9FA

RGB

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

 GREEN value IS 185 (72.66% from 255) = 28.29%

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

R = 33.49%
G = 28.29%
B = 38.23%

CMYK

 C value IS 0.12

 M value IS 0.26

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DBB9FA (or 0xDBB9FA) is known color: Mauve. HEX triplet: DB, B9 and FA. RGB value is (219,185,250). Sum of RGB (Red+Green+Blue) = 219+185+250=654 (86% of max value = 765). Red value is 219 (85.94% from 255 or 33.49% from 654); Green value is 185 (72.66% from 255 or 28.29% from 654); Blue value is 250 (98.05% from 255 or 38.23% from 654); Max value from RGB is 250 - color contains mainly: blue. Hex color #DBB9FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBB9FA is #244605. Grayscale: #CACACA. Windows color (decimal): -2377222 or 16431579. OLE color: 16431579.

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

Color convert

RGB 219 185 250 -
CMYK 0.12 0.26 0 0.02
HSL 271.38º 0.87% 0.85% -
HSV(B) 271.38º 0.26% 0.98% -
XYZ 63.82 56.66 98.02 -
YUV 202.58 154.76 139.71 -
System Red Green Blue C M Y K H S L
Decimal 219 185 250 0.12 0.26 0 0.02 271.38 0.87 0.85
Hex DB B9 FA C 1A 0 2 10F 57 55
Octal 333 271 372 14 32 0 2 417 127 125
Binary 11011011 10111001 11111010 1100 11010 0 10 100001111 1010111 1010101

Color Harmonies of #DBB9FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB9FA

Black with #DBB9FA

Text Example


Text Example

White with #DBB9FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB9FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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