Html Css Color HEX #DBADEB Mauve

📋 copy color: '#DBADEB'

red 219 ◦ green 173 ◦ blue 235

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

Shades of Mauve #DBADEB

Tints of Mauve #DBADEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 37.48%

R = 34.93%
G = 27.59%
B = 37.48%

CMYK

 C value IS 0.07

 M value IS 0.26

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#DBADEB (or 0xDBADEB) is known color: Mauve. HEX triplet: DB, AD and EB. RGB value is (219,173,235). Sum of RGB (Red+Green+Blue) = 219+173+235=627 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.93% from 627); Green value is 173 (67.97% from 255 or 27.59% from 627); Blue value is 235 (92.19% from 255 or 37.48% from 627); Max value from RGB is 235 - color contains mainly: blue. Hex color #DBADEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DBADEB is #245214. Grayscale: #C1C1C1. Windows color (decimal): -2380309 or 15445467. OLE color: 15445467.

HSL color Cylindrical-coordinate representation of color #DBADEB: hue angle of 284.52º degrees, saturation: 0.61, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DBADEB is Cyan = 0.07, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 219 173 235 -
CMYK 0.07 0.26 0 0.08
HSL 284.52º 0.61% 0.8% -
HSV(B) 284.52º 0.26% 0.92% -
XYZ 59.15 50.95 85.31 -
YUV 193.82 151.24 145.96 -
System Red Green Blue C M Y K H S L
Decimal 219 173 235 0.07 0.26 0 0.08 284.52 0.61 0.8
Hex DB AD EB 7 1A 0 8 11D 3D 50
Octal 333 255 353 7 32 0 10 435 75 120
Binary 11011011 10101101 11101011 111 11010 0 1000 100011101 111101 1010000

Color Harmonies of #DBADEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBADEB

Black with #DBADEB

Text Example


Text Example

White with #DBADEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBADEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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