Html Css Color HEX #DBB4FF Mauve

📋 copy color: '#DBB4FF'

red 219 ◦ green 180 ◦ blue 255

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

Shades of Mauve #DBB4FF

Tints of Mauve #DBB4FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 38.99%

R = 33.49%
G = 27.52%
B = 38.99%

CMYK

 C value IS 0.14

 M value IS 0.29

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#DBB4FF (or 0xDBB4FF) is known color: Mauve. HEX triplet: DB, B4 and FF. RGB value is (219,180,255). Sum of RGB (Red+Green+Blue) = 219+180+255=654 (86% of max value = 765). Red value is 219 (85.94% from 255 or 33.49% from 654); Green value is 180 (70.70% from 255 or 27.52% from 654); Blue value is 255 (100% from 255 or 38.99% from 654); Max value from RGB is 255 - color contains mainly: blue. Hex color #DBB4FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBB4FF is #244B00. Grayscale: #C7C7C7. Windows color (decimal): -2378497 or 16757979. OLE color: 16757979.

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

Color convert

RGB 219 180 255 -
CMYK 0.14 0.29 0 0
HSL 271.2º 1% 0.85% -
HSV(B) 271.2º 0.29% 1% -
XYZ 63.58 54.92 101.86 -
YUV 200.21 158.92 141.4 -
System Red Green Blue C M Y K H S L
Decimal 219 180 255 0.14 0.29 0 0 271.2 1 0.85
Hex DB B4 FF E 1D 0 0 10F 64 55
Octal 333 264 377 16 35 0 0 417 144 125
Binary 11011011 10110100 11111111 1110 11101 0 0 100001111 1100100 1010101

Color Harmonies of #DBB4FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB4FF

Black with #DBB4FF

Text Example


Text Example

White with #DBB4FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB4FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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