Html Css Color HEX #DBACEF Mauve

📋 copy color: '#DBACEF'

red 219 ◦ green 172 ◦ blue 239

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

Shades of Mauve #DBACEF

Tints of Mauve #DBACEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 37.94%

R = 34.76%
G = 27.3%
B = 37.94%

CMYK

 C value IS 0.08

 M value IS 0.28

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#DBACEF (or 0xDBACEF) is known color: Mauve. HEX triplet: DB, AC and EF. RGB value is (219,172,239). Sum of RGB (Red+Green+Blue) = 219+172+239=630 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.76% from 630); Green value is 172 (67.58% from 255 or 27.30% from 630); Blue value is 239 (93.75% from 255 or 37.94% from 630); Max value from RGB is 239 - color contains mainly: blue. Hex color #DBACEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DBACEF is #245310. Grayscale: #C1C1C1. Windows color (decimal): -2380561 or 15707355. OLE color: 15707355.

HSL color Cylindrical-coordinate representation of color #DBACEF: hue angle of 282.09º degrees, saturation: 0.68, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DBACEF is Cyan = 0.08, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 219 172 239 -
CMYK 0.08 0.28 0 0.06
HSL 282.09º 0.68% 0.81% -
HSV(B) 282.09º 0.28% 0.94% -
XYZ 59.55 50.8 88.33 -
YUV 193.69 153.57 146.05 -
System Red Green Blue C M Y K H S L
Decimal 219 172 239 0.08 0.28 0 0.06 282.09 0.68 0.81
Hex DB AC EF 8 1C 0 6 11A 44 51
Octal 333 254 357 10 34 0 6 432 104 121
Binary 11011011 10101100 11101111 1000 11100 0 110 100011010 1000100 1010001

Color Harmonies of #DBACEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBACEF

Black with #DBACEF

Text Example


Text Example

White with #DBACEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBACEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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