Html Css Color HEX #DBB9EA Mauve

📋 copy color: '#DBB9EA'

red 219 ◦ green 185 ◦ blue 234

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

Shades of Mauve #DBB9EA

Tints of Mauve #DBB9EA

RGB

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

 GREEN value IS 185 (72.66% from 255) = 29%

 BLUE value IS 234 (91.8% from 255) = 36.68%

R = 34.33%
G = 29%
B = 36.68%

CMYK

 C value IS 0.06

 M value IS 0.21

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#DBB9EA (or 0xDBB9EA) is known color: Mauve. HEX triplet: DB, B9 and EA. RGB value is (219,185,234). Sum of RGB (Red+Green+Blue) = 219+185+234=638 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.33% from 638); Green value is 185 (72.66% from 255 or 29.00% from 638); Blue value is 234 (91.80% from 255 or 36.68% from 638); Max value from RGB is 234 - color contains mainly: blue. Hex color #DBB9EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBB9EA is #244615. Grayscale: #C8C8C8. Windows color (decimal): -2377238 or 15383003. OLE color: 15383003.

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

Color convert

RGB 219 185 234 -
CMYK 0.06 0.21 0 0.08
HSL 281.63º 0.54% 0.82% -
HSV(B) 281.63º 0.21% 0.92% -
XYZ 61.41 55.7 85.36 -
YUV 200.75 146.76 141.02 -
System Red Green Blue C M Y K H S L
Decimal 219 185 234 0.06 0.21 0 0.08 281.63 0.54 0.82
Hex DB B9 EA 6 15 0 8 11A 36 52
Octal 333 271 352 6 25 0 10 432 66 122
Binary 11011011 10111001 11101010 110 10101 0 1000 100011010 110110 1010010

Color Harmonies of #DBB9EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB9EA

Black with #DBB9EA

Text Example


Text Example

White with #DBB9EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB9EA; }

 p { color: rgb(219,185,234); }

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

background-color css

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

 a { background-color: rgb(219,185,234); }

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

border-color css

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

 span { border-color: rgb(219,185,234); }

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