Html Css Color HEX #DBBAFF Mauve

📋 copy color: '#DBBAFF'

red 219 ◦ green 186 ◦ blue 255

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

Shades of Mauve #DBBAFF

Tints of Mauve #DBBAFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 38.64%

R = 33.18%
G = 28.18%
B = 38.64%

CMYK

 C value IS 0.14

 M value IS 0.27

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#DBBAFF (or 0xDBBAFF) is known color: Mauve. HEX triplet: DB, BA and FF. RGB value is (219,186,255). Sum of RGB (Red+Green+Blue) = 219+186+255=660 (87% of max value = 765). Red value is 219 (85.94% from 255 or 33.18% from 660); Green value is 186 (73.05% from 255 or 28.18% from 660); Blue value is 255 (100% from 255 or 38.64% from 660); Max value from RGB is 255 - color contains mainly: blue. Hex color #DBBAFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBBAFF is #244500. Grayscale: #CBCBCB. Windows color (decimal): -2376961 or 16759515. OLE color: 16759515.

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

Color convert

RGB 219 186 255 -
CMYK 0.14 0.27 0 0
HSL 268.7º 1% 0.86% -
HSV(B) 268.7º 0.27% 1% -
XYZ 64.82 57.4 102.27 -
YUV 203.73 156.93 138.89 -
System Red Green Blue C M Y K H S L
Decimal 219 186 255 0.14 0.27 0 0 268.7 1 0.86
Hex DB BA FF E 1B 0 0 10D 64 56
Octal 333 272 377 16 33 0 0 415 144 126
Binary 11011011 10111010 11111111 1110 11011 0 0 100001101 1100100 1010110

Color Harmonies of #DBBAFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBBAFF

Black with #DBBAFF

Text Example


Text Example

White with #DBBAFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBBAFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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