Html Css Color HEX #DBBAF3 Mauve

📋 copy color: '#DBBAF3'

red 219 ◦ green 186 ◦ blue 243

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

Shades of Mauve #DBBAF3

Tints of Mauve #DBBAF3

RGB

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

 GREEN value IS 186 (73.05% from 255) = 28.7%

 BLUE value IS 243 (95.31% from 255) = 37.5%

R = 33.8%
G = 28.7%
B = 37.5%

CMYK

 C value IS 0.10

 M value IS 0.23

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#DBBAF3 (or 0xDBBAF3) is known color: Mauve. HEX triplet: DB, BA and F3. RGB value is (219,186,243). Sum of RGB (Red+Green+Blue) = 219+186+243=648 (85% of max value = 765). Red value is 219 (85.94% from 255 or 33.80% from 648); Green value is 186 (73.05% from 255 or 28.70% from 648); Blue value is 243 (95.31% from 255 or 37.5% from 648); Max value from RGB is 243 - color contains mainly: blue. Hex color #DBBAF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBBAF3 is #24450C. Grayscale: #CACACA. Windows color (decimal): -2376973 or 15973083. OLE color: 15973083.

HSL color Cylindrical-coordinate representation of color #DBBAF3: hue angle of 274.74º degrees, saturation: 0.7, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DBBAF3 is Cyan = 0.10, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 219 186 243 -
CMYK 0.10 0.23 0 0.05
HSL 274.74º 0.7% 0.84% -
HSV(B) 274.74º 0.23% 0.95% -
XYZ 62.95 56.65 92.41 -
YUV 202.37 150.93 139.87 -
System Red Green Blue C M Y K H S L
Decimal 219 186 243 0.10 0.23 0 0.05 274.74 0.7 0.84
Hex DB BA F3 A 17 0 5 113 46 54
Octal 333 272 363 12 27 0 5 423 106 124
Binary 11011011 10111010 11110011 1010 10111 0 101 100010011 1000110 1010100

Color Harmonies of #DBBAF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBBAF3

Black with #DBBAF3

Text Example


Text Example

White with #DBBAF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBBAF3; }

 p { color: rgb(219,186,243); }

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

background-color css

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

 a { background-color: rgb(219,186,243); }

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

border-color css

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

 span { border-color: rgb(219,186,243); }

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