Html Css Color HEX #DBADEC Mauve

📋 copy color: '#DBADEC'

red 219 ◦ green 173 ◦ blue 236

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

Shades of Mauve #DBADEC

Tints of Mauve #DBADEC

RGB

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

 GREEN value IS 173 (67.97% from 255) = 27.55%

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

R = 34.87%
G = 27.55%
B = 37.58%

CMYK

 C value IS 0.07

 M value IS 0.27

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DBADEC (or 0xDBADEC) is known color: Mauve. HEX triplet: DB, AD and EC. RGB value is (219,173,236). Sum of RGB (Red+Green+Blue) = 219+173+236=628 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.87% from 628); Green value is 173 (67.97% from 255 or 27.55% from 628); Blue value is 236 (92.58% from 255 or 37.58% from 628); Max value from RGB is 236 - color contains mainly: blue. Hex color #DBADEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DBADEC is #245213. Grayscale: #C1C1C1. Windows color (decimal): -2380308 or 15511003. OLE color: 15511003.

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

Color convert

RGB 219 173 236 -
CMYK 0.07 0.27 0 0.07
HSL 283.81º 0.62% 0.8% -
HSV(B) 283.81º 0.27% 0.93% -
XYZ 59.3 51 86.08 -
YUV 193.94 151.74 145.88 -
System Red Green Blue C M Y K H S L
Decimal 219 173 236 0.07 0.27 0 0.07 283.81 0.62 0.8
Hex DB AD EC 7 1B 0 7 11C 3E 50
Octal 333 255 354 7 33 0 7 434 76 120
Binary 11011011 10101101 11101100 111 11011 0 111 100011100 111110 1010000

Color Harmonies of #DBADEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBADEC

Black with #DBADEC

Text Example


Text Example

White with #DBADEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBADEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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