#DBACC6

Color #DBACC6 Twilight (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Twilight #DBACC6

Tints of Twilight #DBACC6

Color information

#DBACC6 (or 0xDBACC6) is unknown color: approx Twilight. HEX triplet: DB, AC and C6. RGB value is (219,172,198). Sum of RGB (Red+Green+Blue) = 219+172+198=589 (78% of max value = 765). Red value is 219 (85.94% from 255 or 37.18% from 589); Green value is 172 (67.58% from 255 or 29.20% from 589); Blue value is 198 (77.73% from 255 or 33.62% from 589); Max value from RGB is 219 - color contains mainly: red. Hex color #DBACC6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBACC6 is #245339. Grayscale: #BCBCBC. Windows color (decimal): -2380602 or 13020379. OLE color: 13020379.

HSL color Cylindrical-coordinate representation of color #DBACC6: hue angle of 326.81º degrees, saturation: 0.39, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DBACC6 is Cyan = 0, Magento = 0.21, Yellow = 0.10 and Black (K on CMYK) = 0.14.

Color convert

RGB219172198-
CMYK00.210.100.14
HSL326.81º39.5%76.67%-
HSV(B)326.81º21.46%85.88%-
XYZ54.1648.6459.96-
YUV189.02133.07149.39-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 37.18%
GREEN value IS 172 (67.58% from 255) = 29.20%
BLUE value IS 198 (77.73% from 255) = 33.62%
R=37.18%
G=29.20%
B=33.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.10
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21917219800.210.100.14326.8139.576.67
HexDBACC6015AE147274d
Octal333254306025121650747115
Binary110110111010110011000110010101101011101010001111001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBACC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBACC6; }

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

 H1.HeaderClassName
 {
   color: #DBACC6;
 }
 .AnyTagClassName
 {
   color: #DBACC6;
 }
</style>
background-color css

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

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

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

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

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

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