Html Css Color HEX #DBB7ED Mauve

📋 copy color: '#DBB7ED'

red 219 ◦ green 183 ◦ blue 237

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

Shades of Mauve #DBB7ED

Tints of Mauve #DBB7ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 37.09%

R = 34.27%
G = 28.64%
B = 37.09%

CMYK

 C value IS 0.08

 M value IS 0.23

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DBB7ED (or 0xDBB7ED) is known color: Mauve. HEX triplet: DB, B7 and ED. RGB value is (219,183,237). Sum of RGB (Red+Green+Blue) = 219+183+237=639 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.27% from 639); Green value is 183 (71.88% from 255 or 28.64% from 639); Blue value is 237 (92.97% from 255 or 37.09% from 639); Max value from RGB is 237 - color contains mainly: blue. Hex color #DBB7ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBB7ED is #244812. Grayscale: #C7C7C7. Windows color (decimal): -2377747 or 15579099. OLE color: 15579099.

HSL color Cylindrical-coordinate representation of color #DBB7ED: hue angle of 280º degrees, saturation: 0.6, 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 #DBB7ED is Cyan = 0.08, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 219 183 237 -
CMYK 0.08 0.23 0 0.07
HSL 280º 0.6% 0.82% -
HSV(B) 280º 0.23% 0.93% -
XYZ 61.43 55.04 87.51 -
YUV 199.92 148.93 141.61 -
System Red Green Blue C M Y K H S L
Decimal 219 183 237 0.08 0.23 0 0.07 280 0.6 0.82
Hex DB B7 ED 8 17 0 7 118 3C 52
Octal 333 267 355 10 27 0 7 430 74 122
Binary 11011011 10110111 11101101 1000 10111 0 111 100011000 111100 1010010

Color Harmonies of #DBB7ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB7ED

Black with #DBB7ED

Text Example


Text Example

White with #DBB7ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB7ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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