Html Css Color HEX #DBB3EF Mauve

📋 copy color: '#DBB3EF'

red 219 ◦ green 179 ◦ blue 239

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

Shades of Mauve #DBB3EF

Tints of Mauve #DBB3EF

RGB

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

 GREEN value IS 179 (70.31% from 255) = 28.1%

 BLUE value IS 239 (93.75% from 255) = 37.52%

R = 34.38%
G = 28.1%
B = 37.52%

CMYK

 C value IS 0.08

 M value IS 0.25

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#DBB3EF (or 0xDBB3EF) is known color: Mauve. HEX triplet: DB, B3 and EF. RGB value is (219,179,239). Sum of RGB (Red+Green+Blue) = 219+179+239=637 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.38% from 637); Green value is 179 (70.31% from 255 or 28.10% from 637); Blue value is 239 (93.75% from 255 or 37.52% from 637); Max value from RGB is 239 - color contains mainly: blue. Hex color #DBB3EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBB3EF is #244C10. Grayscale: #C5C5C5. Windows color (decimal): -2378769 or 15709147. OLE color: 15709147.

HSL color Cylindrical-coordinate representation of color #DBB3EF: hue angle of 280º degrees, saturation: 0.65, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DBB3EF is Cyan = 0.08, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 219 179 239 -
CMYK 0.08 0.25 0 0.06
HSL 280º 0.65% 0.82% -
HSV(B) 280º 0.25% 0.94% -
XYZ 60.91 53.53 88.78 -
YUV 197.8 151.25 143.12 -
System Red Green Blue C M Y K H S L
Decimal 219 179 239 0.08 0.25 0 0.06 280 0.65 0.82
Hex DB B3 EF 8 19 0 6 118 41 52
Octal 333 263 357 10 31 0 6 430 101 122
Binary 11011011 10110011 11101111 1000 11001 0 110 100011000 1000001 1010010

Color Harmonies of #DBB3EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB3EF

Black with #DBB3EF

Text Example


Text Example

White with #DBB3EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB3EF; }

 p { color: rgb(219,179,239); }

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

background-color css

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

 a { background-color: rgb(219,179,239); }

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

border-color css

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

 span { border-color: rgb(219,179,239); }

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