Html Css Color HEX #DBB8FE Mauve

📋 copy color: '#DBB8FE'

red 219 ◦ green 184 ◦ blue 254

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

Shades of Mauve #DBB8FE

Tints of Mauve #DBB8FE

RGB

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

 GREEN value IS 184 (72.27% from 255) = 28.01%

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

R = 33.33%
G = 28.01%
B = 38.66%

CMYK

 C value IS 0.14

 M value IS 0.28

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#DBB8FE (or 0xDBB8FE) is known color: Mauve. HEX triplet: DB, B8 and FE. RGB value is (219,184,254). Sum of RGB (Red+Green+Blue) = 219+184+254=657 (87% of max value = 765). Red value is 219 (85.94% from 255 or 33.33% from 657); Green value is 184 (72.27% from 255 or 28.01% from 657); Blue value is 254 (99.61% from 255 or 38.66% from 657); Max value from RGB is 254 - color contains mainly: blue. Hex color #DBB8FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBB8FE is #244701. Grayscale: #CACACA. Windows color (decimal): -2377474 or 16693467. OLE color: 16693467.

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

Color convert

RGB 219 184 254 -
CMYK 0.14 0.28 0 0.00
HSL 270º 0.97% 0.86% -
HSV(B) 270º 0.28% 1% -
XYZ 64.24 56.5 101.28 -
YUV 202.45 157.1 139.81 -
System Red Green Blue C M Y K H S L
Decimal 219 184 254 0.14 0.28 0 0.00 270 0.97 0.86
Hex DB B8 FE E 1C 0 0 10E 61 56
Octal 333 270 376 16 34 0 0 416 141 126
Binary 11011011 10111000 11111110 1110 11100 0 0 100001110 1100001 1010110

Color Harmonies of #DBB8FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB8FE

Black with #DBB8FE

Text Example


Text Example

White with #DBB8FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB8FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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