Html Css Color HEX #DBB4F1 Mauve

📋 copy color: '#DBB4F1'

red 219 ◦ green 180 ◦ blue 241

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

Shades of Mauve #DBB4F1

Tints of Mauve #DBB4F1

RGB

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

 GREEN value IS 180 (70.7% from 255) = 28.13%

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

R = 34.22%
G = 28.13%
B = 37.66%

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

#DBB4F1 (or 0xDBB4F1) is known color: Mauve. HEX triplet: DB, B4 and F1. RGB value is (219,180,241). Sum of RGB (Red+Green+Blue) = 219+180+241=640 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.22% from 640); Green value is 180 (70.70% from 255 or 28.12% from 640); Blue value is 241 (94.53% from 255 or 37.66% from 640); Max value from RGB is 241 - color contains mainly: blue. Hex color #DBB4F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBB4F1 is #244B0E. Grayscale: #C6C6C6. Windows color (decimal): -2378511 or 15840475. OLE color: 15840475.

HSL color Cylindrical-coordinate representation of color #DBB4F1: hue angle of 278.36º degrees, saturation: 0.69, 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 #DBB4F1 is Cyan = 0.09, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 219 180 241 -
CMYK 0.09 0.25 0 0.05
HSL 278.36º 0.69% 0.83% -
HSV(B) 278.36º 0.25% 0.95% -
XYZ 61.41 54.05 90.42 -
YUV 198.62 151.92 142.54 -
System Red Green Blue C M Y K H S L
Decimal 219 180 241 0.09 0.25 0 0.05 278.36 0.69 0.83
Hex DB B4 F1 9 19 0 5 116 45 53
Octal 333 264 361 11 31 0 5 426 105 123
Binary 11011011 10110100 11110001 1001 11001 0 101 100010110 1000101 1010011

Color Harmonies of #DBB4F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB4F1

Black with #DBB4F1

Text Example


Text Example

White with #DBB4F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB4F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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