Html Css Color HEX #DBBBFE Mauve

📋 copy color: '#DBBBFE'

red 219 ◦ green 187 ◦ blue 254

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

Shades of Mauve #DBBBFE

Tints of Mauve #DBBBFE

RGB

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

 GREEN value IS 187 (73.44% from 255) = 28.33%

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

R = 33.18%
G = 28.33%
B = 38.48%

CMYK

 C value IS 0.14

 M value IS 0.26

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#DBBBFE (or 0xDBBBFE) is known color: Mauve. HEX triplet: DB, BB and FE. RGB value is (219,187,254). Sum of RGB (Red+Green+Blue) = 219+187+254=660 (87% of max value = 765). Red value is 219 (85.94% from 255 or 33.18% from 660); Green value is 187 (73.44% from 255 or 28.33% from 660); Blue value is 254 (99.61% from 255 or 38.48% from 660); Max value from RGB is 254 - color contains mainly: blue. Hex color #DBBBFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBBBFE is #244401. Grayscale: #CBCBCB. Windows color (decimal): -2376706 or 16694235. OLE color: 16694235.

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

Color convert

RGB 219 187 254 -
CMYK 0.14 0.26 0 0.00
HSL 268.66º 0.97% 0.86% -
HSV(B) 268.66º 0.26% 1% -
XYZ 64.87 57.76 101.49 -
YUV 204.21 156.1 138.55 -
System Red Green Blue C M Y K H S L
Decimal 219 187 254 0.14 0.26 0 0.00 268.66 0.97 0.86
Hex DB BB FE E 1A 0 0 10D 61 56
Octal 333 273 376 16 32 0 0 415 141 126
Binary 11011011 10111011 11111110 1110 11010 0 0 100001101 1100001 1010110

Color Harmonies of #DBBBFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBBBFE

Black with #DBBBFE

Text Example


Text Example

White with #DBBBFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBBBFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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