Html Css Color HEX #DBBAEC Mauve

📋 copy color: '#DBBAEC'

red 219 ◦ green 186 ◦ blue 236

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

Shades of Mauve #DBBAEC

Tints of Mauve #DBBAEC

RGB

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

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

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

R = 34.17%
G = 29.02%
B = 36.82%

CMYK

 C value IS 0.07

 M value IS 0.21

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DBBAEC (or 0xDBBAEC) is known color: Mauve. HEX triplet: DB, BA and EC. RGB value is (219,186,236). Sum of RGB (Red+Green+Blue) = 219+186+236=641 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.17% from 641); Green value is 186 (73.05% from 255 or 29.02% from 641); Blue value is 236 (92.58% from 255 or 36.82% from 641); Max value from RGB is 236 - color contains mainly: blue. Hex color #DBBAEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBBAEC is #244513. Grayscale: #C9C9C9. Windows color (decimal): -2376980 or 15514331. OLE color: 15514331.

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

Color convert

RGB 219 186 236 -
CMYK 0.07 0.21 0 0.07
HSL 279.6º 0.57% 0.83% -
HSV(B) 279.6º 0.21% 0.93% -
XYZ 61.91 56.23 86.95 -
YUV 201.57 147.43 140.43 -
System Red Green Blue C M Y K H S L
Decimal 219 186 236 0.07 0.21 0 0.07 279.6 0.57 0.83
Hex DB BA EC 7 15 0 7 118 39 53
Octal 333 272 354 7 25 0 7 430 71 123
Binary 11011011 10111010 11101100 111 10101 0 111 100011000 111001 1010011

Color Harmonies of #DBBAEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBBAEC

Black with #DBBAEC

Text Example


Text Example

White with #DBBAEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBBAEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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