Html Css Color HEX #DBB7EC Mauve

📋 copy color: '#DBB7EC'

red 219 ◦ green 183 ◦ blue 236

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

Shades of Mauve #DBB7EC

Tints of Mauve #DBB7EC

RGB

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

 GREEN value IS 183 (71.88% from 255) = 28.68%

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

R = 34.33%
G = 28.68%
B = 36.99%

CMYK

 C value IS 0.07

 M value IS 0.22

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DBB7EC (or 0xDBB7EC) is known color: Mauve. HEX triplet: DB, B7 and EC. RGB value is (219,183,236). Sum of RGB (Red+Green+Blue) = 219+183+236=638 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.33% from 638); Green value is 183 (71.88% from 255 or 28.68% from 638); Blue value is 236 (92.58% from 255 or 36.99% from 638); Max value from RGB is 236 - color contains mainly: blue. Hex color #DBB7EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBB7EC is #244813. Grayscale: #C7C7C7. Windows color (decimal): -2377748 or 15513563. OLE color: 15513563.

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

Color convert

RGB 219 183 236 -
CMYK 0.07 0.22 0 0.07
HSL 280.75º 0.58% 0.82% -
HSV(B) 280.75º 0.22% 0.93% -
XYZ 61.29 54.98 86.74 -
YUV 199.81 148.43 141.69 -
System Red Green Blue C M Y K H S L
Decimal 219 183 236 0.07 0.22 0 0.07 280.75 0.58 0.82
Hex DB B7 EC 7 16 0 7 119 3A 52
Octal 333 267 354 7 26 0 7 431 72 122
Binary 11011011 10110111 11101100 111 10110 0 111 100011001 111010 1010010

Color Harmonies of #DBB7EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB7EC

Black with #DBB7EC

Text Example


Text Example

White with #DBB7EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB7EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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