Html Css Color HEX #DBB5F1 Mauve

📋 copy color: '#DBB5F1'

red 219 ◦ green 181 ◦ blue 241

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

Shades of Mauve #DBB5F1

Tints of Mauve #DBB5F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 37.6%

R = 34.17%
G = 28.24%
B = 37.6%

CMYK

 C value IS 0.09

 M value IS 0.25

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#DBB5F1 (or 0xDBB5F1) is known color: Mauve. HEX triplet: DB, B5 and F1. RGB value is (219,181,241). Sum of RGB (Red+Green+Blue) = 219+181+241=641 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.17% from 641); Green value is 181 (71.09% from 255 or 28.24% from 641); Blue value is 241 (94.53% from 255 or 37.60% from 641); Max value from RGB is 241 - color contains mainly: blue. Hex color #DBB5F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBB5F1 is #244A0E. Grayscale: #C7C7C7. Windows color (decimal): -2378255 or 15840731. OLE color: 15840731.

HSL color Cylindrical-coordinate representation of color #DBB5F1: hue angle of 278º degrees, saturation: 0.68, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DBB5F1 is Cyan = 0.09, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 219 181 241 -
CMYK 0.09 0.25 0 0.05
HSL 278º 0.68% 0.83% -
HSV(B) 278º 0.25% 0.95% -
XYZ 61.61 54.46 90.48 -
YUV 199.2 151.59 142.12 -
System Red Green Blue C M Y K H S L
Decimal 219 181 241 0.09 0.25 0 0.05 278 0.68 0.83
Hex DB B5 F1 9 19 0 5 116 44 53
Octal 333 265 361 11 31 0 5 426 104 123
Binary 11011011 10110101 11110001 1001 11001 0 101 100010110 1000100 1010011

Color Harmonies of #DBB5F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB5F1

Black with #DBB5F1

Text Example


Text Example

White with #DBB5F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB5F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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