Html Css Color HEX #DBB0FE Mauve

📋 copy color: '#DBB0FE'

red 219 ◦ green 176 ◦ blue 254

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

Shades of Mauve #DBB0FE

Tints of Mauve #DBB0FE

RGB

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

 GREEN value IS 176 (69.14% from 255) = 27.12%

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

R = 33.74%
G = 27.12%
B = 39.14%

CMYK

 C value IS 0.14

 M value IS 0.31

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#DBB0FE (or 0xDBB0FE) is known color: Mauve. HEX triplet: DB, B0 and FE. RGB value is (219,176,254). Sum of RGB (Red+Green+Blue) = 219+176+254=649 (85% of max value = 765). Red value is 219 (85.94% from 255 or 33.74% from 649); Green value is 176 (69.14% from 255 or 27.12% from 649); Blue value is 254 (99.61% from 255 or 39.14% from 649); Max value from RGB is 254 - color contains mainly: blue. Hex color #DBB0FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DBB0FE is #244F01. Grayscale: #C5C5C5. Windows color (decimal): -2379522 or 16691419. OLE color: 16691419.

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

Color convert

RGB 219 176 254 -
CMYK 0.14 0.31 0 0.00
HSL 273.08º 0.98% 0.84% -
HSV(B) 273.08º 0.31% 1% -
XYZ 62.63 53.27 100.75 -
YUV 197.75 159.75 143.16 -
System Red Green Blue C M Y K H S L
Decimal 219 176 254 0.14 0.31 0 0.00 273.08 0.98 0.84
Hex DB B0 FE E 1F 0 0 111 62 54
Octal 333 260 376 16 37 0 0 421 142 124
Binary 11011011 10110000 11111110 1110 11111 0 0 100010001 1100010 1010100

Color Harmonies of #DBB0FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB0FE

Black with #DBB0FE

Text Example


Text Example

White with #DBB0FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB0FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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