Html Css Color HEX #DBABED Mauve

📋 copy color: '#DBABED'

red 219 ◦ green 171 ◦ blue 237

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

Shades of Mauve #DBABED

Tints of Mauve #DBABED

RGB

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

 GREEN value IS 171 (67.19% from 255) = 27.27%

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

R = 34.93%
G = 27.27%
B = 37.8%

CMYK

 C value IS 0.08

 M value IS 0.28

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DBABED (or 0xDBABED) is known color: Mauve. HEX triplet: DB, AB and ED. RGB value is (219,171,237). Sum of RGB (Red+Green+Blue) = 219+171+237=627 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.93% from 627); Green value is 171 (67.19% from 255 or 27.27% from 627); Blue value is 237 (92.97% from 255 or 37.80% from 627); Max value from RGB is 237 - color contains mainly: blue. Hex color #DBABED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DBABED is #245412. Grayscale: #C0C0C0. Windows color (decimal): -2380819 or 15576027. OLE color: 15576027.

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

Color convert

RGB 219 171 237 -
CMYK 0.08 0.28 0 0.07
HSL 283.64º 0.65% 0.8% -
HSV(B) 283.64º 0.28% 0.93% -
XYZ 59.06 50.3 86.72 -
YUV 192.88 152.9 146.63 -
System Red Green Blue C M Y K H S L
Decimal 219 171 237 0.08 0.28 0 0.07 283.64 0.65 0.8
Hex DB AB ED 8 1C 0 7 11C 41 50
Octal 333 253 355 10 34 0 7 434 101 120
Binary 11011011 10101011 11101101 1000 11100 0 111 100011100 1000001 1010000

Color Harmonies of #DBABED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBABED

Black with #DBABED

Text Example


Text Example

White with #DBABED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBABED; }

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

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

background-color css

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

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

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

border-color css

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

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

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