Html Css Color HEX #DBBAFE Mauve

📋 copy color: '#DBBAFE'

red 219 ◦ green 186 ◦ blue 254

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

Shades of Mauve #DBBAFE

Tints of Mauve #DBBAFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 38.54%

R = 33.23%
G = 28.22%
B = 38.54%

CMYK

 C value IS 0.14

 M value IS 0.27

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#DBBAFE (or 0xDBBAFE) is known color: Mauve. HEX triplet: DB, BA and FE. RGB value is (219,186,254). Sum of RGB (Red+Green+Blue) = 219+186+254=659 (87% of max value = 765). Red value is 219 (85.94% from 255 or 33.23% from 659); Green value is 186 (73.05% from 255 or 28.22% from 659); Blue value is 254 (99.61% from 255 or 38.54% from 659); Max value from RGB is 254 - color contains mainly: blue. Hex color #DBBAFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBBAFE is #244501. Grayscale: #CBCBCB. Windows color (decimal): -2376962 or 16693979. OLE color: 16693979.

HSL color Cylindrical-coordinate representation of color #DBBAFE: hue angle of 269.12º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DBBAFE is Cyan = 0.14, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 219 186 254 -
CMYK 0.14 0.27 0 0.00
HSL 269.12º 0.97% 0.86% -
HSV(B) 269.12º 0.27% 1% -
XYZ 64.66 57.33 101.42 -
YUV 203.62 156.43 138.97 -
System Red Green Blue C M Y K H S L
Decimal 219 186 254 0.14 0.27 0 0.00 269.12 0.97 0.86
Hex DB BA FE E 1B 0 0 10D 61 56
Octal 333 272 376 16 33 0 0 415 141 126
Binary 11011011 10111010 11111110 1110 11011 0 0 100001101 1100001 1010110

Color Harmonies of #DBBAFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBBAFE

Black with #DBBAFE

Text Example


Text Example

White with #DBBAFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBBAFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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