Html Css Color HEX #DBB8FA Mauve

📋 copy color: '#DBB8FA'

red 219 ◦ green 184 ◦ blue 250

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

Shades of Mauve #DBB8FA

Tints of Mauve #DBB8FA

RGB

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

 GREEN value IS 184 (72.27% from 255) = 28.18%

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

R = 33.54%
G = 28.18%
B = 38.28%

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

#DBB8FA (or 0xDBB8FA) is known color: Mauve. HEX triplet: DB, B8 and FA. RGB value is (219,184,250). Sum of RGB (Red+Green+Blue) = 219+184+250=653 (86% of max value = 765). Red value is 219 (85.94% from 255 or 33.54% from 653); Green value is 184 (72.27% from 255 or 28.18% from 653); Blue value is 250 (98.05% from 255 or 38.28% from 653); Max value from RGB is 250 - color contains mainly: blue. Hex color #DBB8FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBB8FA is #244705. Grayscale: #C9C9C9. Windows color (decimal): -2377478 or 16431323. OLE color: 16431323.

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

Color convert

RGB 219 184 250 -
CMYK 0.12 0.26 0 0.02
HSL 271.82º 0.87% 0.85% -
HSV(B) 271.82º 0.26% 0.98% -
XYZ 63.61 56.24 97.95 -
YUV 201.99 155.1 140.13 -
System Red Green Blue C M Y K H S L
Decimal 219 184 250 0.12 0.26 0 0.02 271.82 0.87 0.85
Hex DB B8 FA C 1A 0 2 110 57 55
Octal 333 270 372 14 32 0 2 420 127 125
Binary 11011011 10111000 11111010 1100 11010 0 10 100010000 1010111 1010101

Color Harmonies of #DBB8FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB8FA

Black with #DBB8FA

Text Example


Text Example

White with #DBB8FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB8FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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