Html Css Color HEX #DBADED Mauve

📋 copy color: '#DBADED'

red 219 ◦ green 173 ◦ blue 237

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

Shades of Mauve #DBADED

Tints of Mauve #DBADED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 37.68%

R = 34.82%
G = 27.5%
B = 37.68%

CMYK

 C value IS 0.08

 M value IS 0.27

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DBADED (or 0xDBADED) is known color: Mauve. HEX triplet: DB, AD and ED. RGB value is (219,173,237). Sum of RGB (Red+Green+Blue) = 219+173+237=629 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.82% from 629); Green value is 173 (67.97% from 255 or 27.50% from 629); Blue value is 237 (92.97% from 255 or 37.68% from 629); Max value from RGB is 237 - color contains mainly: blue. Hex color #DBADED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DBADED is #245212. Grayscale: #C1C1C1. Windows color (decimal): -2380307 or 15576539. OLE color: 15576539.

HSL color Cylindrical-coordinate representation of color #DBADED: hue angle of 283.12º degrees, saturation: 0.64, 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 #DBADED is Cyan = 0.08, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 219 173 237 -
CMYK 0.08 0.27 0 0.07
HSL 283.13º 0.64% 0.8% -
HSV(B) 283.13º 0.27% 0.93% -
XYZ 59.44 51.06 86.84 -
YUV 194.05 152.24 145.8 -
System Red Green Blue C M Y K H S L
Decimal 219 173 237 0.08 0.27 0 0.07 283.13 0.64 0.8
Hex DB AD ED 8 1B 0 7 11B 40 50
Octal 333 255 355 10 33 0 7 433 100 120
Binary 11011011 10101101 11101101 1000 11011 0 111 100011011 1000000 1010000

Color Harmonies of #DBADED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBADED

Black with #DBADED

Text Example


Text Example

White with #DBADED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBADED; }

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

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

background-color css

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

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

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

border-color css

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

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

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