Html Css Color HEX #DBB5EF Mauve

📋 copy color: '#DBB5EF'

red 219 ◦ green 181 ◦ blue 239

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

Shades of Mauve #DBB5EF

Tints of Mauve #DBB5EF

RGB

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

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

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

R = 34.27%
G = 28.33%
B = 37.4%

CMYK

 C value IS 0.08

 M value IS 0.24

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#DBB5EF (or 0xDBB5EF) is known color: Mauve. HEX triplet: DB, B5 and EF. RGB value is (219,181,239). Sum of RGB (Red+Green+Blue) = 219+181+239=639 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.27% from 639); Green value is 181 (71.09% from 255 or 28.33% from 639); Blue value is 239 (93.75% from 255 or 37.40% from 639); Max value from RGB is 239 - color contains mainly: blue. Hex color #DBB5EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBB5EF is #244A10. Grayscale: #C6C6C6. Windows color (decimal): -2378257 or 15709659. OLE color: 15709659.

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

Color convert

RGB 219 181 239 -
CMYK 0.08 0.24 0 0.06
HSL 279.31º 0.64% 0.82% -
HSV(B) 279.31º 0.24% 0.94% -
XYZ 61.32 54.34 88.92 -
YUV 198.97 150.59 142.28 -
System Red Green Blue C M Y K H S L
Decimal 219 181 239 0.08 0.24 0 0.06 279.31 0.64 0.82
Hex DB B5 EF 8 18 0 6 117 40 52
Octal 333 265 357 10 30 0 6 427 100 122
Binary 11011011 10110101 11101111 1000 11000 0 110 100010111 1000000 1010010

Color Harmonies of #DBB5EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB5EF

Black with #DBB5EF

Text Example


Text Example

White with #DBB5EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB5EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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