Html Css Color HEX #DBB5FE Mauve

📋 copy color: '#DBB5FE'

red 219 ◦ green 181 ◦ blue 254

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

Shades of Mauve #DBB5FE

Tints of Mauve #DBB5FE

RGB

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

 GREEN value IS 181 (71.09% from 255) = 27.68%

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

R = 33.49%
G = 27.68%
B = 38.84%

CMYK

 C value IS 0.14

 M value IS 0.29

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#DBB5FE (or 0xDBB5FE) is known color: Mauve. HEX triplet: DB, B5 and FE. RGB value is (219,181,254). Sum of RGB (Red+Green+Blue) = 219+181+254=654 (86% of max value = 765). Red value is 219 (85.94% from 255 or 33.49% from 654); Green value is 181 (71.09% from 255 or 27.68% from 654); Blue value is 254 (99.61% from 255 or 38.84% from 654); Max value from RGB is 254 - color contains mainly: blue. Hex color #DBB5FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBB5FE is #244A01. Grayscale: #C8C8C8. Windows color (decimal): -2378242 or 16692699. OLE color: 16692699.

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

Color convert

RGB 219 181 254 -
CMYK 0.14 0.29 0 0.00
HSL 271.23º 0.97% 0.85% -
HSV(B) 271.23º 0.29% 1% -
XYZ 63.63 55.26 101.08 -
YUV 200.68 158.09 141.06 -
System Red Green Blue C M Y K H S L
Decimal 219 181 254 0.14 0.29 0 0.00 271.23 0.97 0.85
Hex DB B5 FE E 1D 0 0 10F 61 55
Octal 333 265 376 16 35 0 0 417 141 125
Binary 11011011 10110101 11111110 1110 11101 0 0 100001111 1100001 1010101

Color Harmonies of #DBB5FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB5FE

Black with #DBB5FE

Text Example


Text Example

White with #DBB5FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB5FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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