Html Css Color HEX #DBACED Mauve

📋 copy color: '#DBACED'

red 219 ◦ green 172 ◦ blue 237

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

Shades of Mauve #DBACED

Tints of Mauve #DBACED

RGB

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

 GREEN value IS 172 (67.58% from 255) = 27.39%

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

R = 34.87%
G = 27.39%
B = 37.74%

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

#DBACED (or 0xDBACED) is known color: Mauve. HEX triplet: DB, AC and ED. RGB value is (219,172,237). Sum of RGB (Red+Green+Blue) = 219+172+237=628 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.87% from 628); Green value is 172 (67.58% from 255 or 27.39% from 628); Blue value is 237 (92.97% from 255 or 37.74% from 628); Max value from RGB is 237 - color contains mainly: blue. Hex color #DBACED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DBACED is #245312. Grayscale: #C1C1C1. Windows color (decimal): -2380563 or 15576283. OLE color: 15576283.

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

Color convert

RGB 219 172 237 -
CMYK 0.08 0.27 0 0.07
HSL 283.38º 0.64% 0.8% -
HSV(B) 283.38º 0.27% 0.93% -
XYZ 59.25 50.68 86.78 -
YUV 193.46 152.57 146.21 -
System Red Green Blue C M Y K H S L
Decimal 219 172 237 0.08 0.27 0 0.07 283.38 0.64 0.8
Hex DB AC ED 8 1B 0 7 11B 40 50
Octal 333 254 355 10 33 0 7 433 100 120
Binary 11011011 10101100 11101101 1000 11011 0 111 100011011 1000000 1010000

Color Harmonies of #DBACED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBACED

Black with #DBACED

Text Example


Text Example

White with #DBACED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBACED; }

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

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

background-color css

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

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

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

border-color css

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

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

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