Html Css Color HEX #DBB5EC Mauve

📋 copy color: '#DBB5EC'

red 219 ◦ green 181 ◦ blue 236

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

Shades of Mauve #DBB5EC

Tints of Mauve #DBB5EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 37.11%

R = 34.43%
G = 28.46%
B = 37.11%

CMYK

 C value IS 0.07

 M value IS 0.23

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DBB5EC (or 0xDBB5EC) is known color: Mauve. HEX triplet: DB, B5 and EC. RGB value is (219,181,236). Sum of RGB (Red+Green+Blue) = 219+181+236=636 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.43% from 636); Green value is 181 (71.09% from 255 or 28.46% from 636); Blue value is 236 (92.58% from 255 or 37.11% from 636); Max value from RGB is 236 - color contains mainly: blue. Hex color #DBB5EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBB5EC is #244A13. Grayscale: #C6C6C6. Windows color (decimal): -2378260 or 15513051. OLE color: 15513051.

HSL color Cylindrical-coordinate representation of color #DBB5EC: hue angle of 281.45º degrees, saturation: 0.59, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DBB5EC is Cyan = 0.07, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 219 181 236 -
CMYK 0.07 0.23 0 0.07
HSL 281.45º 0.59% 0.82% -
HSV(B) 281.45º 0.23% 0.93% -
XYZ 60.88 54.16 86.6 -
YUV 198.63 149.09 142.53 -
System Red Green Blue C M Y K H S L
Decimal 219 181 236 0.07 0.23 0 0.07 281.45 0.59 0.82
Hex DB B5 EC 7 17 0 7 119 3B 52
Octal 333 265 354 7 27 0 7 431 73 122
Binary 11011011 10110101 11101100 111 10111 0 111 100011001 111011 1010010

Color Harmonies of #DBB5EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB5EC

Black with #DBB5EC

Text Example


Text Example

White with #DBB5EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB5EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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