Html Css Color HEX #DBBFFE Mauve

📋 copy color: '#DBBFFE'

red 219 ◦ green 191 ◦ blue 254

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

Shades of Mauve #DBBFFE

Tints of Mauve #DBBFFE

RGB

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

 GREEN value IS 191 (75% from 255) = 28.77%

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

R = 32.98%
G = 28.77%
B = 38.25%

CMYK

 C value IS 0.14

 M value IS 0.25

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#DBBFFE (or 0xDBBFFE) is known color: Mauve. HEX triplet: DB, BF and FE. RGB value is (219,191,254). Sum of RGB (Red+Green+Blue) = 219+191+254=664 (87% of max value = 765). Red value is 219 (85.94% from 255 or 32.98% from 664); Green value is 191 (75% from 255 or 28.77% from 664); Blue value is 254 (99.61% from 255 or 38.25% from 664); Max value from RGB is 254 - color contains mainly: blue. Hex color #DBBFFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBBFFE is #244001. Grayscale: #CECECE. Windows color (decimal): -2375682 or 16695259. OLE color: 16695259.

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

Color convert

RGB 219 191 254 -
CMYK 0.14 0.25 0 0.00
HSL 266.67º 0.97% 0.87% -
HSV(B) 266.67º 0.25% 1% -
XYZ 65.73 59.48 101.78 -
YUV 206.55 154.78 136.88 -
System Red Green Blue C M Y K H S L
Decimal 219 191 254 0.14 0.25 0 0.00 266.67 0.97 0.87
Hex DB BF FE E 19 0 0 10B 61 57
Octal 333 277 376 16 31 0 0 413 141 127
Binary 11011011 10111111 11111110 1110 11001 0 0 100001011 1100001 1010111

Color Harmonies of #DBBFFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBBFFE

Black with #DBBFFE

Text Example


Text Example

White with #DBBFFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBBFFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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