#DBACC7

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

Shades of Twilight #DBACC7

Tints of Twilight #DBACC7

Color information

#DBACC7 (or 0xDBACC7) is unknown color: approx Twilight. HEX triplet: DB, AC and C7. RGB value is (219,172,199). Sum of RGB (Red+Green+Blue) = 219+172+199=590 (78% of max value = 765). Red value is 219 (85.94% from 255 or 37.12% from 590); Green value is 172 (67.58% from 255 or 29.15% from 590); Blue value is 199 (78.12% from 255 or 33.73% from 590); Max value from RGB is 219 - color contains mainly: red. Hex color #DBACC7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBACC7 is #245338. Grayscale: #BDBDBD. Windows color (decimal): -2380601 or 13085915. OLE color: 13085915.

HSL color Cylindrical-coordinate representation of color #DBACC7: hue angle of 325.53º 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 #DBACC7 is Cyan = 0, Magento = 0.21, Yellow = 0.09 and Black (K on CMYK) = 0.14.

Color convert

RGB219172199-
CMYK00.210.090.14
HSL325.53º39.5%76.67%-
HSV(B)325.53º21.46%85.88%-
XYZ54.2748.6960.57-
YUV189.13133.57149.3-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 37.12%
GREEN value IS 172 (67.58% from 255) = 29.15%
BLUE value IS 199 (78.12% from 255) = 33.73%
R=37.12%
G=29.15%
B=33.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.09
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21917219900.210.090.14325.5339.576.67
HexDBACC70159E146274d
Octal333254307025111650647115
Binary110110111010110011000111010101100111101010001101001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBACC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBACC7; }

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

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

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

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

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

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

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

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