Html Css Color HEX #DBACEC Mauve

📋 copy color: '#DBACEC'

red 219 ◦ green 172 ◦ blue 236

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

Shades of Mauve #DBACEC

Tints of Mauve #DBACEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 37.64%

R = 34.93%
G = 27.43%
B = 37.64%

CMYK

 C value IS 0.07

 M value IS 0.27

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DBACEC (or 0xDBACEC) is known color: Mauve. HEX triplet: DB, AC and EC. RGB value is (219,172,236). Sum of RGB (Red+Green+Blue) = 219+172+236=627 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.93% from 627); Green value is 172 (67.58% from 255 or 27.43% from 627); Blue value is 236 (92.58% from 255 or 37.64% from 627); Max value from RGB is 236 - color contains mainly: blue. Hex color #DBACEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DBACEC is #245313. Grayscale: #C1C1C1. Windows color (decimal): -2380564 or 15510747. OLE color: 15510747.

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

Color convert

RGB 219 172 236 -
CMYK 0.07 0.27 0 0.07
HSL 284.06º 0.63% 0.8% -
HSV(B) 284.06º 0.27% 0.93% -
XYZ 59.11 50.62 86.01 -
YUV 193.35 152.07 146.3 -
System Red Green Blue C M Y K H S L
Decimal 219 172 236 0.07 0.27 0 0.07 284.06 0.63 0.8
Hex DB AC EC 7 1B 0 7 11C 3F 50
Octal 333 254 354 7 33 0 7 434 77 120
Binary 11011011 10101100 11101100 111 11011 0 111 100011100 111111 1010000

Color Harmonies of #DBACEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBACEC

Black with #DBACEC

Text Example


Text Example

White with #DBACEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBACEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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