Html Css Color HEX #DBB7EF Mauve

📋 copy color: '#DBB7EF'

red 219 ◦ green 183 ◦ blue 239

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

Shades of Mauve #DBB7EF

Tints of Mauve #DBB7EF

RGB

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

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

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

R = 34.17%
G = 28.55%
B = 37.29%

CMYK

 C value IS 0.08

 M value IS 0.23

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#DBB7EF (or 0xDBB7EF) is known color: Mauve. HEX triplet: DB, B7 and EF. RGB value is (219,183,239). Sum of RGB (Red+Green+Blue) = 219+183+239=641 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.17% from 641); Green value is 183 (71.88% from 255 or 28.55% from 641); Blue value is 239 (93.75% from 255 or 37.29% from 641); Max value from RGB is 239 - color contains mainly: blue. Hex color #DBB7EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBB7EF is #244810. Grayscale: #C7C7C7. Windows color (decimal): -2377745 or 15710171. OLE color: 15710171.

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

Color convert

RGB 219 183 239 -
CMYK 0.08 0.23 0 0.06
HSL 278.57º 0.64% 0.83% -
HSV(B) 278.57º 0.23% 0.94% -
XYZ 61.73 55.16 89.05 -
YUV 200.15 149.93 141.45 -
System Red Green Blue C M Y K H S L
Decimal 219 183 239 0.08 0.23 0 0.06 278.57 0.64 0.83
Hex DB B7 EF 8 17 0 6 117 40 53
Octal 333 267 357 10 27 0 6 427 100 123
Binary 11011011 10110111 11101111 1000 10111 0 110 100010111 1000000 1010011

Color Harmonies of #DBB7EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB7EF

Black with #DBB7EF

Text Example


Text Example

White with #DBB7EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB7EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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