Html Css Color HEX #DBBAEA Mauve

📋 copy color: '#DBBAEA'

red 219 ◦ green 186 ◦ blue 234

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

Shades of Mauve #DBBAEA

Tints of Mauve #DBBAEA

RGB

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

 GREEN value IS 186 (73.05% from 255) = 29.11%

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

R = 34.27%
G = 29.11%
B = 36.62%

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

#DBBAEA (or 0xDBBAEA) is known color: Mauve. HEX triplet: DB, BA and EA. RGB value is (219,186,234). Sum of RGB (Red+Green+Blue) = 219+186+234=639 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.27% from 639); Green value is 186 (73.05% from 255 or 29.11% from 639); Blue value is 234 (91.80% from 255 or 36.62% from 639); Max value from RGB is 234 - color contains mainly: blue. Hex color #DBBAEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBBAEA is #244515. Grayscale: #C9C9C9. Windows color (decimal): -2376982 or 15383259. OLE color: 15383259.

HSL color Cylindrical-coordinate representation of color #DBBAEA: hue angle of 281.25º degrees, saturation: 0.53, 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 #DBBAEA is Cyan = 0.06, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 219 186 234 -
CMYK 0.06 0.21 0 0.08
HSL 281.25º 0.53% 0.82% -
HSV(B) 281.25º 0.21% 0.92% -
XYZ 61.62 56.12 85.43 -
YUV 201.34 146.43 140.6 -
System Red Green Blue C M Y K H S L
Decimal 219 186 234 0.06 0.21 0 0.08 281.25 0.53 0.82
Hex DB BA EA 6 15 0 8 119 35 52
Octal 333 272 352 6 25 0 10 431 65 122
Binary 11011011 10111010 11101010 110 10101 0 1000 100011001 110101 1010010

Color Harmonies of #DBBAEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBBAEA

Black with #DBBAEA

Text Example


Text Example

White with #DBBAEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBBAEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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